Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Build new Report (8.5) in ASP -- Hangs on data source?

Status
Not open for further replies.

PeteytheSnake

Programmer
Mar 13, 2002
16
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top