Joe Wilson wrote: > > Hi Christian, > > Does your ODBC driver allow for SQLite loadable modules out of the box? > If so, how do you specify the names of the module DLLs?
No, the extension loading is not supported yet, although compiled into the Win32 driver DLLs. But it might be possible to create a SQLite function in the SQLite3 driver, which would allow you to write SQLExecDirect(stmt, "select load_extension('my.dll')", SQL_NTS); but wouldn't this land us on the shores of hell allowing a new class of SQL injection ? ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------