On Thursday 20 May 2004 00:25, Peter wrote: > Stefano Barbato wrote: > > is there a way to detect at runtime if the sqlite library has been > > compiled with the THREADSAFE=1 flag or not? > > No, or not that I know of. It would be nice for ver 3 to have a simple > function which returns a structure of the database library capabilities. > The obvious ones which come to mind: ThreadSafe, MaxRowSize, Encoding, > Version. > Reason for the latter two is cos not all dev environments (Delphi) > support "extern" data in a dll.
that's bad because I cannot be sure that my app will work with the installed version of libsqlite without asking the user to recompile the library and he probably doesn't care, doesn't want and doesn't know how to doit ;( btw you can use sqlite_libversion() and sqlite_libencoding() funcs with Delphi I think tnx stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]