2009/3/3 Spitzer, Thomas <[email protected]>:
> I plan to implement the parametrisation of an embedded device with
> sqlite.
> Therfore I need the triggers heavily, for writing the changed values
> into the hardware.
>
> Testing workes fine, so far. But I did not find a possibility to read
> back the triggers I defined.
>
> There is a possibility to read them back, isn't it?
>
> Greetings
> Thomas
>

Hi Thomas,

Does
select * from sqlite_master where type='trigger';
give you what you want?

Rgds,
Simon
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to