[sqlite] Read back the specified triggers

2009-03-03 Thread Peter ZhaoKai
sqlite3 test.db .dump > test.sql or sqlite>.output file.sql. sqlite>.dump sqlite>.exit ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Read back the specified triggers

2009-03-03 Thread Spitzer, Thomas
>Hi Thomas, > >Does >select * from sqlite_master where type='trigger'; >give you what you want? Yes, definitely! Thank you! Rgds, Thomas Hottinger Baldwin Messtechnik GmbH, Im Tiefen See 45, 64293 Darmstadt, Germany | www.hbm.com Registered as GmbH (German limited liability corporation) in

Re: [sqlite] Read back the specified triggers

2009-03-03 Thread Simon Davies
2009/3/3 Spitzer, Thomas : > 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 >

[sqlite] Read back the specified triggers

2009-03-03 Thread Spitzer, Thomas
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