On 7/28/06, Stan <[EMAIL PROTECTED]> wrote:


Is there any example (tutorial or explanation) in C or C++ for similar
problem?



Stan,

All the built in functions in sqlite use exactly the same API that is
available to you. The source file func.c conatins many examples of user
defined functions and returning values from these functions. You can view
the file here
http://www.sqlite.org/cvstrac/fileview?f=sqlite/src/func.c&v=1.132 or
download one of the source packages at http://www.sqlite.org/download.html.

HTH
Dennis Cote

Reply via email to