PeteytheSnake
Programmer
I am writing code to generate new reports on demand based on an ADO recordset using CSP.
The ADO recordset attaches to Sybase, executes a Stored Proc, and disconnects. I then use the automation objects to create the report. It hangs every time on this line of code:
Call Database.Tables.Add("",,Session("oRs"
,,"P2smon.dll"
I've been using this post as a guide:
I am totally stumped, anyone have any ideas on this?
Thanks, PTS
The ADO recordset attaches to Sybase, executes a Stored Proc, and disconnects. I then use the automation objects to create the report. It hangs every time on this line of code:
Call Database.Tables.Add("",,Session("oRs"
I've been using this post as a guide:
I am totally stumped, anyone have any ideas on this?
Thanks, PTS