hi, im using DEBIAN,QT4.5.2
I have custom functions in sqlite,like ascii,ceil,floor etc.
lib name is myfunciton.so.
i have tested manually in sqlite3 command line by using, select
load_extension('myfunction.so') .
Its working well. my question is ,how can i automate this with QT.
i want to use CEIL function from QT.
like,
QSqlquery q=("select ceil(5.2)");
pls guide me
Bala
--
View this message in context:
http://old.nabble.com/how-to-load-custom-function-from-QT-tp27292725p27292725.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users