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

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); >

[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