--- Igor Tandetnik <[EMAIL PROTECTED]> wrote: > Joe Wilson <developir-/[EMAIL PROTECTED]> wrote: > > Can you get a valid sqlite3* database connection from a function's > > sqlite3_context* without relying on the user data when registering > > the function? > > Not in a documented way, as far as I can tell. What's wrong with relying > on user data?
Nothing. It's just such a common thing to want to get a database connection from a function context that I thought there might (or ought to be) a better way. After all, you must pass an sqlite3* to register a function in the first place, so the information could be made available easily enough without relying on specialized user code. Thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------