Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access COM+ in ASP
Message
From
22/04/2002 13:31:03
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Access COM+ in ASP
Miscellaneous
Thread ID:
00647683
Message ID:
00647683
Views:
53
Hi, every body:

I have a COM+(Accessdate.getdate) which return a Recordset:
It has a following Method:
Public Function GetRecorders() as ADODB.RecordSet
 ......
 Set RS = New ADODB.Recordset
 ......
 Set GetRecorders=RS
 ......
END Function
It's ok in VB desktop application, But, in ASP file like this:
<%
 ......
 set DN=server.creatobject("Accessdate.getdate")
 set Rs=DN.GetRecorders
 .....
 response.write rs("CName") 'Cname is a field in my datebase
 ......
%>
That almost alert a Error Message: Type Mistake in response.write RS("Cname"),
anybody has idea?


TIA
FengFeng(MCSD)
Next
Reply
Map
View

Click here to load this message in the networking platform