Hi all,

I have a question regarding calling c/c++ functions in sqlite triggers.

What I want is:

- whenever I insert/update/delete a table entry, the specified c/c++
function is called
- if the function returns true, the db action can proceed; otherwise, the db
action should be rolled-back.

Is there any online instruction about how to do this?

Thanks!
-Simon
-- 
View this message in context: 
http://www.nabble.com/how-to-call-c-c%2B%2B-function-in-trigger-tp22815938p22815938.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to