G
Guest
Could anyone point me in the right direction for the best way to insert a
record into a SQL database using ADO.NET with 150+ columns?
1. DataReader + SqlCommand.CommandText + Insert statement
2. DataReader + SqlCommand.Paramerterized Query + Stored Procedure
3. DataSet + AddNew()
4. Other??
Thanks,
record into a SQL database using ADO.NET with 150+ columns?
1. DataReader + SqlCommand.CommandText + Insert statement
2. DataReader + SqlCommand.Paramerterized Query + Stored Procedure
3. DataSet + AddNew()
4. Other??
Thanks,