On Fri, 15 Feb 2013 13:43:21 +0100 (CET), you wrote:
>You should use a real database instead of sqlite. >sqlite is good only for storing strings. I don't know what you mean by a "real database" but you are wrong about the data types SQLite can hold. I seem to recall that what you say was once true (or closer to the truth), but things change. I have stored integers, reals, blobs and strings in sqlite tables. Furthermore, SQLite makes a good partner for FreePascal and Lazarus, so you should not discourage people here from using it. Peace, Tony -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
