Viewing post 1 (of 1 total)
You might want to add that the syntax:
cmdMyCommand.Parameters("@LastName") = strLastName
that works just fine under ADO
doesn't seem to work under ADO.Net.
Sprocs don't seem to know anything about their parameters until execution....
April 26, 2002 at 3:47 pm
#427975