[sqlite] Size of fields

2004-01-17 Thread Erik Jälevik
I've just started out with SQLite and have a basic question I couldn't find an answer for in the documentation. Are there any size limits to individual fields? The documentation says that a valid type is any string followed by one or two integers, e.g. VARCHAR(10). Are the integers in the brackets

[sqlite] beginners question: api performance and my own wrapper class in c++, how to optimize?

2004-01-17 Thread [EMAIL PROTECTED]
hello to all, i am new to sqlite. working with it for two month now. but i'm a big fan yet. how i couldn't? last week i've started to write my own c++ sqlite wrapper class (CSQLiteDatabase). it is working, but i think it isn't very performant yet. so i hope somebody can help me to make it more

[sqlite] Performance...there must be a reason

2004-01-17 Thread Tim Anderson
I'm trying out two Delphi wrappers. One is the SQLite for Delphi project here: http://sourceforge.net/projects/sqlite4delphi the other is the much simpler wrapper here (warning: this links to the actual zip file): http://myhtpc.net/sqlite/sqlite-delphi.zip I actually want to use the simpler wr