Re: [Firebird-net-provider] database doesn't get updated after a datadapter.update(..)

2006-09-18 Thread Carlos Guzmán Álvarez
Hello: > Me.Dataset_MIODB.AcceptChanges() > Me.FbDataAdapter_CATEGORY.Update(Me.Dataset_MIODB, "CATEGORY") > Me.FbConnection_MIODB.Close() > Me.FbConnection_MIODB.Open() Please check that the dataset has changes befreo doing the update. -- Car

[Firebird-net-provider] database doesn't get updated after a datadapter.update(..)

2006-09-18 Thread Daniel Hahn
Hello all! This is my first post to this list and here's some environment information before asking my first question. .NET 2.0, FirebirdClient 2.0, Visual Basic 2005 Express I use the following code to fill a dataset from an dataadapter and connect the table "CATEGORY" from the dataset to a