T
Tony Johansson
Hello!
I just wonder if example with prefix 1 below is the same as example with
prefix 2 below ?
I assume Exemple with prefix 1 is doing the same this as example with prefix
2 by just using a single row.
1.SqlCommand thisCommand = thisConnection.CreateCommand();
2.SqlCommand thisCommand = new SqlCommand()
2.thisCommand.Connection = thisConnection
//Tony
I just wonder if example with prefix 1 below is the same as example with
prefix 2 below ?
I assume Exemple with prefix 1 is doing the same this as example with prefix
2 by just using a single row.
1.SqlCommand thisCommand = thisConnection.CreateCommand();
2.SqlCommand thisCommand = new SqlCommand()
2.thisCommand.Connection = thisConnection
//Tony