From: Carlos G. A. <car...@te...> - 2003-09-02 07:51:08
|
Hello: > Can anyone please tell me what I am doing wrong? Can you send a test case ?? Here the sample of the NUnit test:: FbEvent FbEvent = new FbEvent(connection); FbEventAlertEventHandler e = new FbEventAlertEventHandler(processEvent); FbEvent.EventAlert += e; FbEvent.RegisterEvents("new row", "updated row"); FbEvent.QueEvents(); FbCommand command = new FbCommand("UPDATE test_table_01 SET char_field = 'events test'", connection , transaction); command.ExecuteNonQuery(); transaction.Commit(); FbEvent.QueEvents(); -- Bets regards Carlos Guzmán Álvarez Vigo-Spain |