Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error en manejo de MDB con RDO
Message
De
26/08/2002 14:35:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Error en manejo de MDB con RDO
Divers
Thread ID:
00693764
Message ID:
00693764
Vues:
44
En un programa tengo el siguiente codigo:
ords = createobject("RDS.DataControl")
with ords
.Connect = "dsn=Mydata"
.SQL = "SELECT * from Mytabla"
.ExecuteOption = 1
.FetchOptions = 2
.Refresh
endwith
? ords.recordset.fields("Myfield").value
cuando va a ejecutar la parte..
ords.recordset.fields("Myfield").value
me da un error "El Miembro recordset no se evalua como un objeto"
Gracias.
Répondre
Fil
Voir

Click here to load this message in the networking platform