Hello: > FbCommand command = new FbCommand(sql, connection); > > command.ExecuteNonQuery(); > > connection.Close(); >
Probably the connection is getting closed before the event is being notified, add this before the close call, and retry: System.Threading.Thread.Sleep(2000); -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su familia. _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider