Re: [sqlite] about sqlite3_create_function

2012-08-30 Thread Kevin Benson
Thgat should have been "...the file func.c."
--
   --
  --
 --Ô¿Ô--
K e V i N


On Thu, Aug 30, 2012 at 11:10 PM, Kevin Benson wrote:

> the file*func.c*."
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] about sqlite3_create_function

2012-08-30 Thread Kevin Benson
On Thu, Aug 30, 2012 at 10:25 PM, YAN HONG YE  wrote:

> who give me a sample about function sqlite3_create_function,I can't search
> by google.
> thank you!
> sqlite3_create_function(db, "hello_newman", 0, SQLITE_UTF8, 0,
> hello_newman, 0, 0);
> ___
>

http://www.sqlite.org/c_interface.html

" For additional information and examples on how to create new SQL
functions, review the SQLite source code in the file*func.c*."
--
   --
  --
 --Ô¿Ô--
K e V i N
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] about sqlite3_create_function

2012-08-30 Thread YAN HONG YE
   who give me a sample about function sqlite3_create_function,I  can't search 
by google.
thank you!
 sqlite3_create_function(db, "hello_newman", 0, SQLITE_UTF8, 0,
  hello_newman, 0, 0);
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users