Re: [Firebird-net-provider] Problem with FbDataAdapter and Update

2006-04-13 Thread Carlos Guzmán Álvarez
Hello: What can I do, so that this function works correctly? Please send a test case to my private email including a test database. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ "When you don't code, you tend to become one of those architects who thinks everything is

[Firebird-net-provider] Problem with FbDataAdapter and Update

2006-04-12 Thread Guido Franke
Hello, I wrote the following function: public void SaveChanges(DataTable table) { FbConnection myConn = new FbConnection(this.ConnectionString); myConn.Open(); FbTransaction myTxn = myConn.BeginTransaction(); FbDataAdapter myDataAdapter = new FbDataAdapter(new FbCommand(string.Format("S