eWobbuh wrote:
Ok thanks. Ill figure it out then. Do you have any idea of it is possible for
a small database to be on a usb stick? Or is this is gonna be horrible slow?
It will not be stunningly fast, but if you use transactions wisely you
will probably find that it can run well.
Sqlite is just a file. If regular file access speed is acceptable on
your USB drive, then so will Sqlite. Sqlite uses cacheing and
consequently can be somewhat independent of file system speed.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------