Hi all,

i'm using "sqlite3_create_function()" to create own functions in my database. this is a really nice possibility to extend the database with powerful functions. but i did not find a way to create own pragmas like "pragma foo=bar" to pass some global information to my application. i can do this by changing the sqlite-sources, but then i have problems with upgrading to new sqlite versions.
how about a api-function like "sqlite3_create_pragma()" ?

cu, gg


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to