On 2/21/06, Jose Da Silva <[EMAIL PROTECTED]> wrote: > I was a bit hesitant about using sqlite when I read elsewhere that a sql > type database is about 15x slower than direct access. > However, since this will eventually be multiuser, the > access-trashing-aspect is definitely something I want to avoid. :-) > Thanks, that's a good suggestion.
Sqlite has been very fast for me. If you need raw blazing speed Access and ODBC are not the way to go. If you do have problems with speed getting the query and the schema correct can make the difference betweens many minute response times and sub second response times. Good luck!