Can anyone lead me to info/tutorials on using the wizard generated dataAdapter commands in VS.NET / C# ? I know to use the myAdapter.Fill(myDataSet); myDataGrid.DataBind(); to use the generated select command, but I can't find info on using the other commands
to modify my data. Here is some sample code generated by VS.NET that I need to learn how to use. this.cmdDeleteLinks = new System.Data.OleDb.OleDbCommand(); this.cmdInsertLinks = new System.Data.OleDb.OleDbCommand(); this.cmdSelectLinks = new System.Data.OleDb.OleDbCommand();
this.cmdUpdateLinks = new System.Data.OleDb.OleDbCommand();
None
0 Points
43 Posts
C# CommandText
Dec 06, 2003 06:49 PM|jon_albany|LINK
Jon
Member
10 Points
340 Posts
Re: C# CommandText
Dec 06, 2003 08:20 PM|appana|LINK
This posting is provided "AS IS" with no warranties, and confers no rights.