User Profile
Collapse
-
yes... believe I have. Executed from object explorer in server managment studio, it asks for parameter value, and works well!... -
invoke stored sql procedure, from vb2005, with parameters
the following code, in a vutton click, successfully calls a stored procedure in sql server..
Dim strconn As String
strconn = "Provider=SQLOL EDB;DATA SOURCE=" + sDataSource + ";initial catalog = madisonavenuefu rniture;Trusted _Connection=yes ;"
Dim cn As New OleDb.OleDbConn ection(strconn)
cn.Open()
Dim cmd As New OleDb.OleDbComm and("pPONumberW rite",...
No activity results to display
Show More
Leave a comment: