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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MTS / ASP Problem

Status
Not open for further replies.

AndyApp

Programmer
Dec 20, 2001
259
GB
Hi,

I'm trying to call DLLs that are on MTS from an ASP page it involves using a recordset and placing the results into it.

I'm using Visual InterDev to write the ASP page and have reached the point where I need to do recordset.movenext. However when I type this Visual Interdev doesn't give me the movenext option or the movelast option or the EOF option. The menu is a strange mixture of ASP recordset functions and Transaction Server functions.

I need to be able to move the recordset forward. I know it ISN'T the cursor type on the dll.

Any help appreciated. "Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)
 
Sounds like the parser that is used by Interdev is messed up. Normally this can be attributed to not closing something off above that code properly though the error could just be from some memory corruption but I'd say the former.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top