I'm experiencing a couple of problems with the ODBC Query test with HostMon 5.92.
When I try and create/edit the test with RCC it shows the DSNs on my local machine and not those of the server.
Also, how do I get a return value from a MS SQL Stored Procedure?
I'm using
Declare @RetVariable int
RETURN @RetVariable
HostMon executes the SP fine but gives the following error.
Error: [ODBC SQL Server Driver] Prepared statement is not a cursor-specification
Cheers
Harry
ODBC Query - RCC DSN list, Stored Procedure
Re: ODBC Query - RCC DSN list, Stored Procedure
I think you should try SELECT @RetVariable instead of RETURNharryhsyd wrote:Also, how do I get a return value from a MS SQL Stored Procedure?
I'm using
Declare @RetVariable int
RETURN @RetVariable
Regards,
Yoorix