Creating a command object using visual studio .net
-
[ Team LiB ] Recipe 2.3 Creating a Strongly Typed DataSet Problem You want to create a strongly typed object wrapper around a DataSet. Solution Use one of the three techniques shown in the discussion to create a strongly typed DataSet using either the Visual Studio .NET IDE or a command line approach.
5p luvpro 04-08-2010 88 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