M
Micheal
Hi,
I was wondering if I could manually loop through a data table and create SQL
Parameters from it. Instead of harding coding it like this:
new SqlParameter[] {
new SqlParameter( "@OrderID", orderID),
new SqlParameter( "@ProductCatagoryID", productCatagoryID),
new SqlParameter( "@EmployeeName", employeeName),
....
I understand I can use the data adapter, however I was looking for a manual
way to do this.
Thanks
I was wondering if I could manually loop through a data table and create SQL
Parameters from it. Instead of harding coding it like this:
new SqlParameter[] {
new SqlParameter( "@OrderID", orderID),
new SqlParameter( "@ProductCatagoryID", productCatagoryID),
new SqlParameter( "@EmployeeName", employeeName),
....
I understand I can use the data adapter, however I was looking for a manual
way to do this.
Thanks