J
jeorme
Hello,
Excuse me for my litteral english, I am french.
I need help about ADODB in VBA ACCESS 97.
I have a storage procedure in SQL Server with an OUTPUT parameter.
In my VBA program , I want to take back this Output parameter But I dont
know how to do.
Ex:
Set objCommand = New ADODB.Command
Set objCommand.ActiveConnection = objConn
objCommand.CommandType = adCmdStoredProc
objCommand.CommandText = "recup"
objCommand.Execute , , ADODB.ExecuteOptionEnum.adExecuteNoRecords
If someone has an example !!!
thank you
Excuse me for my litteral english, I am french.
I need help about ADODB in VBA ACCESS 97.
I have a storage procedure in SQL Server with an OUTPUT parameter.
In my VBA program , I want to take back this Output parameter But I dont
know how to do.
Ex:
Set objCommand = New ADODB.Command
Set objCommand.ActiveConnection = objConn
objCommand.CommandType = adCmdStoredProc
objCommand.CommandText = "recup"
objCommand.Execute , , ADODB.ExecuteOptionEnum.adExecuteNoRecords
If someone has an example !!!
thank you