| Posted by Erland Sommarskog on 08/14/07 21:29 
Omar Abid (omar.abid2006@gmail.com) writes:> Thanks for your reply. I'm new to SQL and just learning. Do you direct
 > links (that contain specific thing that i need)
 > If so post those links
 
 If you are to work with ADO .Net, you need to learn to with MSDN Library,
 either on disk or on the web.
 
 The link for the .UpdateCommand property in MSDN Library is
 ms-
 help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref10/html/P_Syste
 m_Data_SqlClient_SqlDataAdapter_UpdateCommand.htm
 
 If you are new to ADO .Net in general and want a head start, I recommend
 David Sceppa's "ADO .Net Core Reference".
 
 
 --
 Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
 
 Books Online for SQL Server 2005 at
 http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
 Books Online for SQL Server 2000 at
 http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 [Back to original message] |