Bageesh.M.Bose <bageesh...@gmail.com> wrote:
> Can anyone tell "How to use Triggers in Sqlite using C"

What do you mean by "use triggers", exactly? What are you trying to achieve?

If you are asking how to create a trigger, then it's the same way as creating a 
table - you open a database connection (with sqlite3_open or similar) and issue 
an appropriate CREATE TRIGGER statement (e.g. with sqlite3_exec).
-- 
Igor Tandetnik

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

Reply via email to