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
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
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
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
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