Bob Dankert wrote:
Is there a good example somewhere of how to implement user-defined
functions?
Bob,
Check the SQLite source file func.c inthe zip file http://www.sqlite.org/sqlite-source-3_1_3.zip. It defines all the builtin functions in SQLite. It uses the same API you need to define custom functions.
HTH Dennis Cote

