Re: [sqlite] palm pilot

2004-06-02 Thread Jai Modi
Hello, 
 
I think it is certainly possible, although you might need to spend some time searching 
for an option that works. 
 
I was working on a project that needed my to install a database on a mobile device 
called an Intel Personal Server. It's just like an ipaq, but without the screen. I 
installed sqlite without any problems. The following website has pre-built packages 
for handheld devices, so you can try that. Just search for sqlite and libsqlite. 
 
http://ipkgfind.handhelds.org/
 
Jai
 


nathanvi <[EMAIL PROTECTED]> wrote:Hello,
i hope not to ask a faq :-)
I use a palm Vx. The biggest problem, in my opinion, i can't find a good
databse for this device.
I want to ask you if sqlite may run on palm.
Is it possible?
Is there a version for this device or is it planned?

Thanks


-- 
**
The UNIX Guru's view of sex:
unzip; strip; touch; finger; mount; fsck; more; yes; umount; sleep

**
L'unica accelerazione possibile per windows: (9.81 m/s2)



> ATTACHMENT part 2 application/pgp-signature 



-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger

Re: [sqlite] Accessing Sqlite from Java

2004-05-28 Thread Jai Modi
Also try ...
http://www.kecher.de/howtos/SQLite-JDBC-Howto.html
... if you are trying to access sqlite which is on a
mobile device. The instructions are a bit old and
incorrect in some places, so watch out for that. 

--- Jalil Vaidya <[EMAIL PROTECTED]> wrote:
> Check the Java section at
> http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
> 
> --- "Rao, Prasanna [EPM/RTC]"
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> > Is there any driver or sample to look at for
> > accessing sqlite
> > database from java app.
> > 
> > Thanks 
> > Prasanna Rao
> 
> 
> =
> 01001010
> 0111
> 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]
> 





__
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]



Re: [sqlite] need help about porting to embedded system

2004-05-26 Thread Jai Modi
Hello, 
 
I was faced with a similar problem a few weeks ago. There is a website that has 
pre-compiled packages for other architectures. They have a sqlite and libsqlite 
package which I installed on my mobile device. 
 
http://ipkgfind.handhelds.org/
 
It's down for now I think, but try again when the website is up. 
 
Jai

zhengwei <[EMAIL PROTECTED]> wrote:
hi, sir
I'm engaged in porting sqlite to my S3C4510 32-bit CPU, and the system is uClinux, but 
it cannot work in the system , can anybody make suggestions?
thank you !

zhengwei
[EMAIL PROTECTED]
2004-05-26



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


-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger

[sqlite] opening sqlite in write mode in Python

2004-05-10 Thread Jai Modi
Hello, 
 
I am writing Python code to access a database. While I am successful in running SELECT 
queries, I can not run INSERT queries. I suspect that the mode that sqlite is being 
connected to is read only.
 
Does anyone know how to open a connection to sqlite database from Python in write 
mode? 
 
I found this link that has information on connecting to a sqlite database from Python, 
but there is no information on write mode etc. 
 
http://pysqlite.sourceforge.net/manual.html
 
Any help would be greatly appreciated. 
 
Thank you,
Jai Modi
 


-
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs