S
Stefano Mostarda
Hi there,
I have a typed dataset with a datatable filled using a query resulting
from a join within 2 db tables.
I want to update the data modified by the user only on 1 db table.
Should I intercept the row updating event of the oledbdataadapter and
apply the updates manually or there is some implicit mechanism to tell
the oledbdataadapter what fields he have to updated and on what table?
I ask this as I come from delphi development and this was a good feature.
Thanks in advance,
Stefano Mostarda MCP
Rome Italy
I have a typed dataset with a datatable filled using a query resulting
from a join within 2 db tables.
I want to update the data modified by the user only on 1 db table.
Should I intercept the row updating event of the oledbdataadapter and
apply the updates manually or there is some implicit mechanism to tell
the oledbdataadapter what fields he have to updated and on what table?
I ask this as I come from delphi development and this was a good feature.
Thanks in advance,
Stefano Mostarda MCP
Rome Italy