Re: [sqlite] Interruption

2008-06-05 Thread Alex Katebi
Triggers can be used for this. Can you give us an example of what you are trying to do? On Thu, Jun 5, 2008 at 10:17 AM, Hildemaro Carrasquel < [EMAIL PROTECTED]> wrote: > Hello.- > > Is there any function that i can make event when a data change? > > -- > Ing. Hildemaro Carrasquel > Ingeniero de

Re: [sqlite] Interruption

2008-06-05 Thread Harold Wood
look at teh trigger functions. --- On Fri, 6/6/08, Hildemaro Carrasquel <[EMAIL PROTECTED]> wrote: From: Hildemaro Carrasquel <[EMAIL PROTECTED]> Subject: [sqlite] Interruption To: sqlite-users@sqlite.org Date: Friday, June 6, 2008, 2:17 AM Hello.- Is there any function that i ca

Re: [sqlite] Interruption

2008-06-05 Thread Dennis Cote
Hildemaro Carrasquel wrote: > > Is there any function that i can make event when a data change? > No. It is best to have the program that makes the change also generate the event. HTH Dennis Cote ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Interruption

2008-06-05 Thread Igor Tandetnik
"Hildemaro Carrasquel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there any function that i can make event when a data change? See sqlite3_commit_hook, for changes that occur on the same connection. If you hope to get a notification when some other process writes to the dat

[sqlite] Interruption

2008-06-05 Thread Hildemaro Carrasquel
Hello.- Is there any function that i can make event when a data change? -- Ing. Hildemaro Carrasquel Ingeniero de Proyectos Cel.: 04164388917/04121832139 ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listi