jimgardner
Programmer
I'm having difficulty getting a report to work when I'm using an ADO record set that is based off of a stored procedure.
The steps I'm using are as follows:
Set cmWolper = Server.CreateObject( "ADODB.Command"
Set cmWolper.ActiveConnection = oConn
cmWolper.CommandText = "test_s"
cmWolper.CommandType = adCmdStoredProc
Set session("oRs" = cmWolper.Execute
I am using the TTX database type with the report. The report works fine if I create the ADO record set manually within my ASP page.
Thanks,
Jim
The steps I'm using are as follows:
Set cmWolper = Server.CreateObject( "ADODB.Command"
Set cmWolper.ActiveConnection = oConn
cmWolper.CommandText = "test_s"
cmWolper.CommandType = adCmdStoredProc
Set session("oRs" = cmWolper.Execute
I am using the TTX database type with the report. The report works fine if I create the ADO record set manually within my ASP page.
Thanks,
Jim