> Please excuse the silly question, but how is that done?

It can't be done in SQL code.

You can do it quite easily using C language API calls. These are documented
in section 4 of the API documentation at
http://www.hwaci.com/sw/sqlite/c_interface.html

All of the built in functions in SQLite are implemented using this
interface, so the SQLite source provides good examples of implementing real
functions using this API.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to