Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access a MDB through RDO
Message
From
26/08/2002 10:42:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Access a MDB through RDO
Miscellaneous
Thread ID:
00693645
Message ID:
00693645
Views:
90
In my code i have:
ords = createobject("RDS.Datacontrol")
with ords
.Connect = "dsn=Mydata"
.SQL = "SELECT * from Mytabla"
.ExecuteOption = 1
.FetchOptions = 2
.Refresh
endwith
? ords.recordset.fields("Myfield").value
This error appear:
The member RECORDSET is not an object.
Do you have an example of this to help me ?
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform