----- Original Message ----- From: "Jay Sprenkle" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Wednesday, May 24, 2006 7:17 AM
Subject: Re: [sqlite] Extra functions - New Project?


Flip that around and it's easier.
Write a dll that loads finisar then registers the new functions.
You don't have to modify anyone else's code that way.=0

Can't do it that way. Since Finsiar wraps sqlite and doesn't give you underlying access to any of the raw pointers, you won't be able to register your functions. Even if it did let you have access, there are quite a few ADO.NET tools such as the DataAdapter that will automatically open and close a connection for you when you call its Fill() method. In such a case, there'd be no way to interject your code to initialize your functions after the connection was opened but before the SQL query was executed.



Reply via email to