[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:

http://www.sqlite.org/about.html
http://www.sqlite.org/features.html
http://www.sqlite.org/whentouse.html

These are concise overviews of everything you need to know before making 
that decision. SQLite has one of the best support communities, so if you 
do use it, help will always be an e-mail away. Do try to first google 
the question before posting it so that we don't rehash so much. (As 
programmers, our greatest fear is infinite recursion).

Good luck!
Ryan


On 2015/12/16 1:47 AM, Hamdan Alabsi wrote:
> 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
> ___
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



[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 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
> ___
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



-- 
Bernardo Sulzbach


[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