|
-
Jun 22nd, 2000, 02:53 PM
#1
Thread Starter
Addicted Member
Hi,
can someone let me know the correct syntax for assigning values ( recordset ) returned from a VB dll to ASP ( VInterDev ). I have the following:
set lrs_OpenCalls = server.CreateObject("ADODB.Recordset")
set lrs_OpenCalls = query_detail.get_Open_Calls(session("CustomerID"))
apart from setting the object twice, this doesn't appear to provide me with all the required properties or methods associated with a normal recordset object. e.g.the getcount() method isn't available.
Any heklp appreciated.
Lenin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|