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
windows system.I built lib and dll too.
I tried the sample given in the documetation.The connection info i have
given the DB name, the table name and the query.But the database name what
ever i am giving it is getting stored in my current application.Will it be
like that.
Is there any interface to see the tables i have created in using the sample
given there?
Where can i manually enter the queries?
Can i perform Client-server application kind of a thing.
I mean,With the available API , i will be writing the coding and which will
perform all the operations mentined like creating table,DB,inserting etc
etc.Which should update in server directly.If i want to do so.....Where i
need to mention the IP of my server.
Please guide me how to proceed for Client/Server kind of applications.

Thank you.
Regards
Sandhya R




Reply via email to