Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot get data source
Message
De
07/01/2002 12:25:10
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00601488
Message ID:
00601544
Vues:
35
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform