On 14 Jun 2011, at 12:32pm, michael munson wrote:

> I have some software written in C that current uses GMDB as its backend
> database but for a variety of reasons (speed and the fact that the GMDB
> routinely gets corrupted if the software crashes) I would like to migrate
> this to SQLite.
> 
> Are there any tips or documents anyone would recommend beyond the obvious?

See this page for absolutely vital information on column types

http://www.sqlite.org/datatype3.html

then the end of

http://www.sqlite.org/quickstart.html

for C code.  Download and play with the command-line tool before you start 
writing code.

http://www.sqlite.org/sqlite.html

Then … erm … see everything else on that site.  If you have a specific 
question, don't hesitate to come back.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to