Re: [sqlite] SQLite & Palm!

2006-04-03 Thread drh
"Clay Dowling" <[EMAIL PROTECTED]> wrote:
> Just got news about SQLite being available on the next generation of
> PalmOS systems (which is Linux based).  This is fantastic news from the
> perspective of somebody looking to start Palm development.  The concept of
> a Palm device that I can ssh to is also somewhat amusing.
> 
> So has ACCESS or PalmSource been good enough to purchase a support contract?
> 

No.
--
D. Richard Hipp   <[EMAIL PROTECTED]>



[sqlite] SQLite & Palm!

2006-03-31 Thread Clay Dowling
Just got news about SQLite being available on the next generation of
PalmOS systems (which is Linux based).  This is fantastic news from the
perspective of somebody looking to start Palm development.  The concept of
a Palm device that I can ssh to is also somewhat amusing.

So has ACCESS or PalmSource been good enough to purchase a support contract?

Clay Dowling
-- 
Simple Content Management
http://www.ceamus.com



[sqlite] SQLite & Palm???

2004-10-27 Thread Torsten Wiebesiek
Hi,

I'm quite new to both Palm programming and SQLite, and I am planning to write 
a calendar application that collaborates with calendar application a college 
of mine has written:
http://www.tnt.uni-hannover.de/~pahl/calendar/overview.html
(sorry, web site only in German)

The calendar data is stored in a mySQL database, and it's possibel to copy 
this database to a SQLite database on your laptop or PocketPC. Unfortunately, 
there is no synchronization for Palm abvailable.

I have read, that there is a Palm port of SQLite available, and I downloaded 
SqlitePalm from http://jalil.org/sqlite/SqlitePalm.zip

Unfortunately, I am not able to compile it. Is there some documentation on how 
to get SQLite running and on how to use it on a Palm OS device?

Acutally, I have a Palm m500 with Palm OS 4.0.1 and I am using prc-tools on my 
linux box.

  Torsten


[sqlite] Sqlite Palm Programming Howto

2004-10-12 Thread Torsten Wiebesiek
Hi,

I'm quite new to both Palm programming and SQLite, and I am planning to write 
a calendar application that collaborates with calendar application a college 
of mine has written:
http://www.tnt.uni-hannover.de/~pahl/calendar/overview.html
(sorry, web site only in German)

The calendar data is stored in a mySQL database, and it's possibel to copy 
this database to a SQLite database on your laptop or PocketPC. Unfortunately, 
there is no synchronization for Palm abvailable.

I have read, that there is a Palm port of SQLite available, and I downloaded 
SqlitePalm from http://jalil.org/sqlite/SqlitePalm.zip

Unfortunately, I am not able to compile it. Is there some documentation on how 
to get SQLite running and on how to use it on a Palm OS device?

Acutally, I have a Palm m500 with Palm OS 4.0.1 and I am using prc-tools on my 
linux box.

  Torsten


Re: [sqlite] Sqlite Palm

2004-04-28 Thread Jalil Vaidya
> I have since taken Sqlite version 2.8.9 and
> rewritten the OS related 
> code plus a bit of other stuff due to stack space
> limitations.  (I will 
> zip it up and send it to you when I can find a
> minute.)
Please do whenever you get a chance :-)

> All worked well with a minimal test application but
> when I put in into 
> my full size application the SELECT statements ran
> very slow under Palm OS 5 

I intend to use Palm OS 6 and am hopeful that native
arm code will help speed up the queries.

> and would not run at all under Palm OS 3.5 due
> to insufficient memory and stack space.  

I have little to worry about this ;-)

> I have a few ideas about how to get around the 
> limitation imposed by the Palm OS but I just have to
> find the time to try it out.

I will keep you update with my progress :-)


> Another potential problem had to do with indexes and
> hotsynch'ing but that one is fairly involved.  If 
> there are enough people interested I 
> would be happy to document my experiences, results
> and recommendations.

There is atleast one person interested ;-) Your
experiences will be very helpful and avoid the
pitfalls. Recommendations from someone expreienced are
always a good thing to have.

Thanks,

Jalil

=
01001010
0111
01101100
01101001
01101100




__
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

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



[sqlite] Sqlite Palm

2004-04-28 Thread Warren Taylor
I have a copy of the code listed in the old archives but it was based on 
version 2.7.3 of Sqlite and it had some limitations with regards to the 
Palm OS.
I have since taken Sqlite version 2.8.9 and rewritten the OS related 
code plus a bit of other stuff due to stack space limitations.  (I will 
zip it up and send it to you when I can find a minute.)

All worked well with a minimal test application but when I put in into 
my full size application the SELECT statements ran very slow under Palm 
OS 5 and would not run at all under Palm OS 3.5 due to insufficient 
memory and stack space.  I have a few ideas about how to get around the 
limitation imposed by the Palm OS but I just have to find the time to 
try it out.

Another potential problem had to do with indexes and hotsynch'ing but 
that one is fairly involved.  If there are enough people interested I 
would be happy to document my experiences, results and recommendations.

--
Warren Taylor, B.Sc.,
Taylor Software Inc.
mailto:[EMAIL PROTECTED]
http://www.taylorsoftware.ca/


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


[sqlite] Sqlite Palm

2004-04-27 Thread Jalil Vaidya
Hi All,

I came across Palm OS port of Sqlite wiki at:
http://www.sqlite.org/cvstrac/wiki?p=SqlitePalm
 
I am interested in porting Sqlite to Palm OS 6. The
code of the Palm port will be very useful during this
port. However, I cannot find the code at either Sqlite
site or in yahoo group(the old Sqlite mailing list)
archives. Does anyone have the code or know where I
can download it from ? I tried to contact the author
of the port but the email bounced back. Any help is
greatly appreciated!

Thanks,

Jalil Vaidya

=
01001010
0111
01101100
01101001
01101100




__
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

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