On Wed, 6 Sep 2006 18:05:36 +0100, you wrote: Hello Mark
I think, either Access or ODBC is not a real good idea. SQLite is a real good idea, if you need a small embedded database. So far as I know, its even not a good idea, to compare MySQL and Postgres to SQLite, because MySQL is a Client/Server-DB, SQLIte a really actual Flatfile-Embedded-DB, primary running on your local machine. If you can use ADO instead of ODBC, its allways the better way.Try to find an ADO-Provider, so you can use SQLIte and Access (or MSSQL too) with a similar Syntax. Greetings from Germany Anne ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------