"dark0s dark0s" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > bash-3.1# gcc -shared labsinf.c -o inf.so > bash-3.1# sqlite3 > SQLite version 3.5.7 > Enter ".help" for instructions > sqlite> select load_extension('/root/inf.so'); > sqlite> select inf(savio); > SQL error: no such column: savio > sqlite> select inf('savio'); > SQL error: no such function: inf
Which part of "you've created a function named 'soundex', not 'inf' " is it difficult to understand? Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users