This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / ADO.net. if two instances of a talbe from database are initiliased in two dataset, then both of them are offline. One column is deleted in one dataset, Same Column is updated in another dataset.ADO.net. if two instances of a talbe from database are initiliased in two dataset, then both of them are offline. One column is deleted in one dataset, Same Column is updated in another dataset. How ADO.net will handle this situation when the datasets update database? 多谢指教
-forcs(成不了龙);
2004-6-5
{277}
(#1752060@0)
-
There is no way in DataSet to update DataBase如数据库是SQL Server。关键在SqlAdapter.UpdateCommand.CommandString 或SqlCommand.CommandString中
-uniquemember(TjHong);
2004-6-5
{95}
(#1752207@0)