If I add unnamed parameters to my SqlCommand, how do I set the parameter values, on the SqlCommand?
SqlCommand
I have no problems when I use named parameters, wher
Use ADODBConnection and ADODBCommand instead of SQL versions.