Re: [sqlite] reg:sqlite usage

2006-07-19 Thread A. Pagaltzis
* sandhya <[EMAIL PROTECTED]> [2006-07-19 14:10]: > Also you wanna want to say that we shouldn't use this in Client > /Server applications.Like,Connecting to the Sqlite server > through the application and performing all the operations > through(application) it and updating the server. Not “should

Re: [sqlite] reg:sqlite usage

2006-07-19 Thread John Stanton
ot;John Stanton" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 6:04 PM Subject: Re: [sqlite] reg:sqlite usage Sqlite is a wonderful tool. We use it with great success embedded in a custom application server for web applications, embedded in CGI processes and in some

Re: [sqlite] reg:sqlite usage

2006-07-19 Thread sandhya
n and access it or how can i do it? - Original Message - From: "John Stanton" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 6:04 PM Subject: Re: [sqlite] reg:sqlite usage > Sqlite is a wonderful tool. We use it with great success embedded in a > custom

Re: [sqlite] reg:sqlite usage

2006-07-19 Thread John Stanton
Message - From: "John Stanton" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 5:53 PM Subject: Re: [sqlite] reg:sqlite usage Sandhya, You use Sqlite the same way you use a file in your application. You link in the runtime library containing the file handling API when

Re: [sqlite] reg:sqlite usage

2006-07-19 Thread sandhya
;John Stanton" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 5:53 PM Subject: Re: [sqlite] reg:sqlite usage > Sandhya, > > You use Sqlite the same way you use a file in your application. You > link in the runtime library containing the file handling API when you >

Re: [sqlite] reg:sqlite usage

2006-07-19 Thread John Stanton
this...If you don't mind can you just explain me where we can use this SQLITE.pls Thank you, Sandhya - Original Message - From: "John Stanton" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 5:10 PM Subject: Re: [sqlite] reg:sqlite usage Sandhya,

Re: [sqlite] reg:sqlite usage

2006-07-19 Thread sandhya
t and updating the server. Really i am totally confused with this...If you don't mind can you just explain me where we can use this SQLITE.pls Thank you, Sandhya - Original Message - From: "John Stanton" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 5:

Re: [sqlite] reg:sqlite usage

2006-07-19 Thread John Stanton
Sandhya, You have not grasped the concept of Sqlite. It is a RDBMS LIBRARY, not a server. You link Sqlite into your application. As Dr Hipp points out it it an alternative to fopen, not Oracle. sandhya wrote: Hi, I am very new to SQLITE.I have downloaded and installed Sqlite 3 in my win