Thanks for this tip, this could possibly work! On 05/14/2014 06:18 AM, J Decker wrote: > the name that gets passed is the one you pass to sqlite_open... so just use > that as an indicator of which object to use and in the open callback, > result with the appropriate object....... or don't use the name and ignore > it....? snprintf( somebuf, sizeof( somebuf ) / sizeof( somebuf[0] ), "%p", > your_file_descriptor ); sqlite3_open( somebuf ) ?
_______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

