carl clemens <carlclemens1-/[EMAIL PROTECTED]> wrote:
Is there away to get sqlite3 *db pointer to an attached database? I'm looking to load user defined functions into them from a shared library.
User-defined functions are created on a connection, not on a particular database. Once you install your user-defined functions, you can use them in a query across any or all databases associated with this connection.
Igor Tandetnik

