Embedded Database in Lite-C ?

Posted By: Team_GamesArk

Embedded Database in Lite-C ? - 05/26/07 13:30

Hi,

is it possible to use a Embedded Database in Lite-C and when
yes, what Database can i use(and how to use it)?



Thanks for an Answer.

Frank
Posted By: DeepReflection

Re: Embedded Database in Lite-C ? - 05/26/07 15:36

I did a search a year ago and one I found interesting (concerning license and size) was SQLite, Have not done anything more than found it thou.

Have a peek yourself I think you'll like it

SQLite Webpage


CJ
Posted By: HPW

Re: Embedded Database in Lite-C ? - 05/27/07 00:50

I made a plugin for A6 to use SQLite but never released it to the community.
It's not easy to find SQL failures. If your sql statement is wrong it shows only a dialog with "error in Plugin DLL".
Posted By: TWO

Re: Embedded Database in Lite-C ? - 05/27/07 08:28

HPW shouldn't it be easy to get the description with sqlite3_errmsg(sqlite3*)?

My network plugin will contain a database, but you still have to wait some time.
Posted By: HPW

Re: Embedded Database in Lite-C ? - 05/27/07 11:25

@Bloodline: Yes, this could be possible but I don't needed it so far.

I don't used SQLite directly. I used a wrapper class named "dsqlxprez" for faster development.
http://www.codeproject.com/database/vmembedded_db_cpp.asp
There is only a copyright of the author without a license on top of the files but at the end of the webpage are some comments with one who was asked for a license. He means you can use any license you want.
© 2024 lite-C Forums