I tried to upload the code to the wiki but wasn't able
to do so due to 100K limit of the attachment. Over the
weekend I will upload the code to my own site and post
the link on this list as well as update the wiki :-)

- Jalil

--- "Clark, Chris" <[EMAIL PROTECTED]> wrote:
> 
> 
> > -----Original Message-----
> > From: Puneet Kishor [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 02, 2004 6:33 AM
> > To: Jalil Vaidya
> > Cc: nathanvi; [EMAIL PROTECTED]
> > Subject: Re: [sqlite] palm pilot
> > 
> > why not put the code out on some publicly
> accessible space and make a 
> > link to the wiki? That way anyone and everyone can
> give it a 
> > go without 
> > having to wonder if it exists.
> > 
> 
> This is annoying, I uploaded a copy of the original
> palm port last year to the Wiki but the darn thing
> isn't there anymore (maybe it is in the wiki but
> orphaned?). Any way I don't have the time to pursue
> this (and I've never even owned a Palm) but
> hopefully you guys can do something with it so it
> isn't lost.
> 
> Good luck,
> 
> Chris
> 

> ATTACHMENT part 2 message/rfc822 
> Subject: RE: SQLite upload limit
> Date: Tue, 26 Aug 2003 16:52:30 -0400
> From: "Clark, Chris" <[EMAIL PROTECTED]>
> To: "D. Richard Hipp" <[EMAIL PROTECTED]>
> 
> > -----Original Message-----
> > From: D. Richard Hipp [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, August 26, 2003 1:48 PM
> > To: Clark, Chris
> > Subject: SQLite upload limit
> > 
> > 
> > I have temporarily boasted the upload limit to
> 500K.  Please use
> > it wisely.  :-)
> 
> Thanks, I've just finished uploading my mp3
> collection^H^H^H^H^H^H^H^H^H^H^H^H the Palm sqlite
> source code.
> 
> So you can re-set the limit now.
> 
> It all here:
> http://www.sqlite.org/cvstrac/wiki?p=SqlitePalm I've
> added all I can think of to the wiki (from the
> emails I have).
> 
> Chris
> 

> ATTACHMENT part 3 message/rfc822 
> Subject: RE: [sqlite] Re: sqlite porting problem
> Date: Tue, 26 Aug 2003 16:27:48 -0400
> From: "Clark, Chris" <[EMAIL PROTECTED]>
> To: "tsi_software2" <[EMAIL PROTECTED]>
> 
> See mailing list update + attachment
> 
> > -----Original Message-----
> > From: tsi_software2
> [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, August 26, 2003 11:45 AM
> > To: [EMAIL PROTECTED]
> > Subject: [sqlite] Re: sqlite porting problem
> > 
> > 
> > Thank you for your responses.
> > I have looked in the files area as suggested but
> cannot find anything
> > Palm related.
> > I would greatly appreciate any help in getting a
> copy of the 
> > sh2.rar file.
> > Also, I am not familiar with .rar files. A quick
> pointer would also be
> > appreciated.
> > Thanks.
> > 
> > 
> > --- In [EMAIL PROTECTED], "Clark, Chris" 
> > <[EMAIL PROTECTED]> wrote:
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: tsi_software2
> [mailto:[EMAIL PROTECTED]
> > > > Sent: Monday, August 25, 2003 9:01 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: [sqlite] Re: sqlite porting problem
> > > > 
> > > > 
> > > > I am unable to access the attached file from
> the group archive.
> > > > Is there a WEB site that it can be downloaded
> from?
> > > > Are you able to e-mail the attachment again?
> > > > 
> > > > Thanks.
> > > > --- In [EMAIL PROTECTED], "PIETROIU
> Bogdan" 
> > <[EMAIL PROTECTED]> wrote:
> > > > > Hi,
> > > > > sqlite on Palm is not just doable, is done.
> > > > > You can find the source code attached .
> > > > > 
> > > 
> > > To clarify up front - I had nothing to so with
> the Palm port, I just
> > have a big email archive :-)
> > > 
> > > As per Jim's email, yahoo stripped all
> attachments off Aug 21st
> > 2003. You could check the files area on yahoo (I
> can't at the moment,
> > I don't have http access, only email at the
> moment) as the list admin
> > can/could move attachments there. The attachment
> was call sh2.rar.
> > > 
> > > If it isn't in the files area, email back to the
> list and I'll dig
> > out the attachment from my archive and put it in
> Wiki ( there is a
> > page already it just doesn't have anything in it
> > http://www.sqlite.org/cvstrac/wiki?p=SqlitePalm ).
> 
> > > 
> > > Chris
> > 
> > 
> > ------------------------ Yahoo! Groups Sponsor 
> > ---------------------~-->
> > Buy Ink Cartridges or Refill Kits for Your HP,
> Epson, Canon or Lexmark
> > Printer at Myinks.com. Free s/h on orders $50 or
> more to the 
> > US & Canada.
> http://www.c1tracking.com/l.asp?cid=5511
> >
>
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/EbFolB/TM
> >
>
--------------------------------------------------------------
> > -------~->
> > 
> > To unsubscribe from this group, send an email to:
> > [EMAIL PROTECTED]
> > 
> >  
> > 
> > Your use of Yahoo! Groups is subject to 
> > http://docs.yahoo.com/info/terms/ 
> > 
> > 
> > 
> > 
> 

> ATTACHMENT part 3.2 message/rfc822 
> Subject: RE: [sqlite] Re: sqlite porting problem
> Date: Mon, 17 Feb 2003 11:19:44 -0400
> From: "PIETROIU Bogdan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> 
> Hi,
> sqlite on Palm is not just doable, is done.
> You can find the source code attached .
> 
> It uses FileStream api for storage support,
> but i'me thinking more and more to port/transform
> page(r) specific functions
> by saveing each db page in separate db record.
> (makeing this, it will be able to suport
> syncronization).
> 
> To test it, i have done as fallows:
> created database - works;
> create table - works;
> insert 1000 records - works ;
>       (
>                is a waste of memory to keep pages in Palm db
> system an allso in memory,
>                it will double the size of your database; I must
> fix this.
>        )
> select - works;
> 
> Compatibility with desktop (sincronization):
> All the above tests have been done with
> OS4.0.1(extracted from my Palm 505) running on
> Emulator 3.5.
> After the tests had complete, I've exported the
> database from Emulator to my computer.
> A litle transformation had to be done to it before I
> could open it with sqlite Explorer:
> I had to convert it from Palm Stream Datatabase to
> plain content(remove PDB headers).
> It payed the effort.
> 
> >>"Anyway ... if you want to share some
> ideas/code/effort please let me know ;-)"
> because, I just did it.
> 
> Bogdan Pietroiu 
> Software Development Team Leader 
> Flamingo Computers SA 
> Tel : +4 021 236 2007 
> Fax: +4 021 236 2004 
> e-mail: [EMAIL PROTECTED] 
> http://www.flamingo.ro 
> Office & Mailing: 
> 44-48 Bucuresti Rd. 
> 71900 Otopeni, 
> Romania 
> 
> 
> 
> 
> -----Original Message-----
> From: johanvandenbrande <[EMAIL PROTECTED]>
> [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 17, 2003 4:47 PM
> To: [EMAIL PROTECTED]
> Subject: [sqlite] Re: sqlite porting problem
> 
> 
> Hi,
> 
> I've been running around with that idea - porting
> SQLite to palm -
> some time now ... I've been looking into the SQLite
> code to see what
> areas need to have a rewrite. It seems doable as we
> have a clean
> separation of OS specific stuff in SQLite, as we'll
> need to rewrite
> the lower level IO layer. Do you tend to support
> pdb's for data
> storage, or do you think on only supporting devices
> with the VFS
> filesystem? 
> 
> The extra catch I introduced for the palm port was
> that it should run
> as a shared library ... this means restrictions on
> global data ( need
> to dynamically (de)allocate) ... Anyway ... if you
> want to share some
> ideas/code/effort please let me know ;-)
> 
> Johan
> 
> --- In [EMAIL PROTECTED], "pibos77
> <[EMAIL PROTECTED]>" <[EMAIL PROTECTED]>
> wrote:
> > Hello.
> > I'm porting sqlite to palm, and i run into some
> sort of problems;
> > an call to sqlite_get_table with sql statement set
> to "select 1 + 2 + 
> > 4 * 2.5" (or any select)
> > returns corect column name "1 + 2 + 4 * 2.5" but
> incorect 
> > result ".15g".
> > 
> > any ideea ?
> > can anybody take a guess ?
> > 
> > 
> > PS.Is obvious that I need help porting this stuff
> . 
> > Is there any palm programer "brave enought" 
> > to join me in this open source project.
> > 
> > Bogdan Pietroiu 
> > Software Development Team Leader 
> > Flamingo Computers SA 
> > Tel : +4 021 236 2007 
> > Fax: +4 021 236 2004 
> > e-mail: [EMAIL PROTECTED] 
> > http://www.flamingo.ro 
> > Office & Mailing: 
> > 44-48 Bucuresti Rd. 
> > 71900 Otopeni, 
> > Romania
> 
> 
> 
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> 
>  
> 
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/ 
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-->
> Get 128 Bit SSL Encryption!
>
http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/EbFolB/TM
>
---------------------------------------------------------------------~->
> 
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> 
>  
> 
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/ 
> 
> 

> ATTACHMENT part 3.2.2 application/octet-stream
name=sh2.rar



=====
01001010
01100001
01101100
01101001
01101100


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to