Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access a MDB through RDO
Message
From
26/08/2002 11:52:19
 
 
To
26/08/2002 10:42:43
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00693645
Message ID:
00693689
Views:
21
Why are you using RDO instead of ADO?


>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
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform