[sqlite] Running Sqlite on 64-bit/Client-server data base

2015-12-16 Thread R Smith
Hi Hamdan, These are some very basic questions (as others have mentioned), and may not be your only questions at this point. To fully understand how SQLite implements databasing and what it is best suited for (or what it isn't useful for), your best bet is to take a look at these pages:

[sqlite] Running Sqlite on 64-bit/Client-server data base

2015-12-16 Thread Simon Slavin
On 15 Dec 2015, at 11:47pm, Hamdan Alabsi wrote: > Also, does sqlite support client-server database engine ? No. Your program calls SQLite API routines. Those routines read and write the file. There is no server. Simon.

[sqlite] Running Sqlite on 64-bit/Client-server data base

2015-12-15 Thread Bernardo Sulzbach
It runs on 64-bit computers. It does not need a special process to serve other processes. Read the documentation to answer trivial questions like these. On Tue, Dec 15, 2015 at 9:47 PM, Hamdan Alabsi wrote: > Greetings Everyone, > Hope all is well. I am wondering if I can run Sqlite on 64-bit

[sqlite] Running Sqlite on 64-bit/Client-server data base

2015-12-15 Thread Hamdan Alabsi
Greetings Everyone, Hope all is well. I am wondering if I can run Sqlite on 64-bit machine? Also, does sqlite support client-server database engine ? I hope I can get the answers from you very soon. Thank you. Best regards, Hamdan