Hi,
This code NOT update the underlying database.
This code can't update your database because your data in the datgrid are not changed!
That's  the main reason.

the HasChanged property of the fbDataset1 return false.
Only if this property returns true the database will be update.

What is wrong????
You have to find out the reason why the property HasChanged is false.
Something in your code which change the data in the datagrid must be wrong, or not complete. After the data in the datagrid are changed the HasChanged property must be true.

Best regards,
Carsten



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to