Re: [sqlite] Accessing sqlite3 through javascript.

2009-05-15 Thread Saurabh Pawar
, 16/5/09, P Kishor wrote: > From: P Kishor > Subject: Re: [sqlite] Accessing sqlite3 through javascript. > To: "General Discussion of SQLite Database" > Date: Saturday, 16 May, 2009, 4:22 AM > On Sat, May 16, 2009 at 6:19 AM, Igor > Tandetnik > wrote: > >

Re: [sqlite] Accessing sqlite3 through javascript.

2009-05-15 Thread P Kishor
On Sat, May 16, 2009 at 6:19 AM, Igor Tandetnik wrote: > "Saurabh Pawar" > wrote in message news:[email protected] >> So I would like to have some >> information if available on how to connect to sqlite database through >> javascript and access the same. > > http://gears

Re: [sqlite] Accessing sqlite3 through javascript.

2009-05-15 Thread Igor Tandetnik
"Saurabh Pawar" wrote in message news:[email protected] > So I would like to have some > information if available on how to connect to sqlite database through > javascript and access the same. http://gears.google.com/ Igor Tandetnik _

Re: [sqlite] Accessing sqlite3 through javascript.

2009-05-15 Thread P Kishor
On Sat, May 16, 2009 at 5:45 AM, Saurabh Pawar wrote: > > 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 > co

[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 same.