Re: Revisiting the datagrid data relation issue
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 08/12/04
- Next message: Kevin Yu [MSFT]: "Re: Revisiting the datagrid data relation issue"
- Previous message: Oytun YILMAZ: "Re: Retrieving a subset of rows"
- In reply to: Earl: "Re: Revisiting the datagrid data relation issue"
- Next in thread: Kevin Yu [MSFT]: "Re: Revisiting the datagrid data relation issue"
- Reply: Kevin Yu [MSFT]: "Re: Revisiting the datagrid data relation issue"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Aug 2004 07:57:21 GMT
Hi Earl,
Based on your description, I think the exception is thrown when you call
SqlDataAdapter.Update method. Generally, when an exception is thrown during
update method, we can try to handle SqlDataAdapter.RowUpdating event for
troubleshooting.
We can get the executing command object through
SqlRowUpdatingEventArgs.Command property. Please try to check the
CommandText to see whether the updating command is correct.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Kevin Yu [MSFT]: "Re: Revisiting the datagrid data relation issue"
- Previous message: Oytun YILMAZ: "Re: Retrieving a subset of rows"
- In reply to: Earl: "Re: Revisiting the datagrid data relation issue"
- Next in thread: Kevin Yu [MSFT]: "Re: Revisiting the datagrid data relation issue"
- Reply: Kevin Yu [MSFT]: "Re: Revisiting the datagrid data relation issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|