Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot get data source
Message
From
07/01/2002 12:25:10
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00601488
Message ID:
00601544
Views:
33
I believe if you are going to use a SELECT statement with a recordset object you want to instead do:

set rst1 = CreateObject("ADODB.Recordset")

and then

rst1.Open "SELECT DISTINCT cname FROM agencycodes", oConn

If you ar usn an Execute method then you don't even need the recordset object. However, because you are using a SELECT query you will want to use a recordset.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform