Re: [Firebird-net-provider] Firebird and datasets

2009-11-09 Thread mike grace
Hello Julio, No problem. The UpdateChanges() method tells the dataset that mods that been done therefore the update method had nothing to do. Mike > Thanks Mike, that was the trick :) > > Julio > > -- > > Let Crystal

Re: [Firebird-net-provider] Firebird and datasets

2009-11-09 Thread Julio Saucedo
Thanks Mike, that was the trick :) Julio -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, co

Re: [Firebird-net-provider] Firebird and datasets

2009-11-09 Thread mike grace
Hello Julio, Don't do AcceptChanges(). Just update the row and then do the .Update(). HTH Mike > Hi, > > Hope that someone can help me, I am a newbie on .NET, and I'm involved > now developing an asp.net application with firebird. So, after reading > some tutorials, I started with the Dataset

Re: [Firebird-net-provider] Firebird and datasets

2009-11-08 Thread Jiri Cincura
On Sun, Nov 8, 2009 at 06:13, Julio Saucedo wrote: > I don't know what is missing, is necessary to > explicitly commit the transaction? If you didn't started it explicitly, then no. Did you provided update command for the table adapter with proper parameters? -- Jiri {x2} Cincura (CTO x2develop

[Firebird-net-provider] Firebird and datasets

2009-11-07 Thread Julio Saucedo
Hi, Hope that someone can help me, I am a newbie on .NET, and I'm involved now developing an asp.net application with firebird. So, after reading some tutorials, I started with the Dataset approach, so basically I added a DataTable and a DataAdapter for a table to begin testings. So, using some