C
cj
I need to call a stored procedure that passes back 2 strings. I don't
think I need a data adapter or a select command or a command builder.
So after I create the connection what do I do?
Dim mySqlConnection As New SqlConnection
mySqlConnection.ConnectionString = conStr
?
?
?
think I need a data adapter or a select command or a command builder.
So after I create the connection what do I do?
Dim mySqlConnection As New SqlConnection
mySqlConnection.ConnectionString = conStr
?
?
?