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

Reply via email to