Tom Briggs wrote:
Now, as for a "power" function: we had exactly the same need when we
first started using SQLite. Our solution: we added it. The source code
is freely available, after all. Adding a new function to the code is
shockingly straightforward; from there you simply compile your version
of the library and use that in your application(s). Quick, simple and
portable, both across platforms and applications using your version of
the library.
Tom,
This is quick simple and portable to your application only. You can not
use a 3rd party GUI database browser that is statically linked to a
different SQLite library (such as the standard distribution) to view or
modify your database. You must add specific support for any desired
operation to your application (or turn your application into another GUI
database browser to be able to do everything the 3rd party tools can do).
Dennis Cote
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------