Re: [sqlite] Accessing sqlite using javascript

2009-05-19 Thread Saurabh Pawar
This is the best link i have found out till now which will give a very clear view. https://developer.mozilla.org/en/Storage It helped me a lot.Hope it helps you too. - Original Message From: Saurabh Pawar <saurabh.pa...@ymail.com> To: sql...@surfulater.com; General Disc

Re: [sqlite] Accessing sqlite using javascript

2009-05-18 Thread Saurabh Pawar
I tried both the options.EXTJS lib is for firefox 1.5+.So it wont work. The snippet is giving an error -- Permission denied to get property XPCComponents.classes Are you aware of this error?. Thank you. - Original Message From: Neville Franks To:

Re: [sqlite] Accessing sqlite using javascript

2009-05-18 Thread Saurabh Pawar
Thanks a lot.I was looking exactly for something like this - Original Message From: Neville Franks To: sqlite-users@sqlite.org Sent: Monday, 18 May, 2009 2:16:52 PM Subject: Re: [sqlite] Accessing sqlite using javascript Monday, May 18, 2009, 3:16:45 PM, you

[sqlite] Accessing sqlite using javascript

2009-05-17 Thread Saurabh Pawar
I had asked the same question a few days back,but need a some more help. I am having my whole SQLite database on client's machine.I want a way to access that db using javscript.I heard about gears,but the problem is my target PC has firefox 1.08 and gears is for 1.5+.So is there any other way

Re: [sqlite] Accessing sqlite3 through javascript.

2009-05-16 Thread Saurabh Pawar
:22 AM > On Sat, May 16, 2009 at 6:19 AM, Igor > Tandetnik <itandet...@mvps.org> > wrote: > > "Saurabh Pawar" <saurabh.pa...@ymail.com> > > wrote in message news:240022.95142...@web95016.mail.in2.yahoo.com > >> So I would like to have some > >&g

[sqlite] Accessing sqlite3 through javascript.

2009-05-15 Thread Saurabh Pawar
I have been using sqlite3 for my engine based programs and now would like to use it for my web based applications which are completely based on html and javascript. So I would like to have some information if available on how to connect to sqlite database through javascript and access the