Creating a sqlcommand object
-
Setting the InsertCommand Property of a DataAdapter The following example creates a SqlCommand object named myInsertCommand that contains a call to the AddProduct4() stored procedure
8p daisuphu 29-07-2010 118 22 Download
-
Use one of the SqlCommand constructors. Call the CreateCommand() method of a SqlConnection object
3p daisuphu 29-07-2010 77 6 Download
-
Creating a Command Object Using Visual Studio .NET To create a SqlCommand object using Visual Studio .NET (VS .NET), you drag a SqlCommand object from the Data tab of the Toolbox to your form.
3p daisuphu 29-07-2010 142 15 Download