Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO & VFP
Message
From
29/10/1998 03:21:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
ADO & VFP
Miscellaneous
Thread ID:
00152144
Message ID:
00152144
Views:
52
I'm having some problems trying to use ADO with a table. I can get it to work with a Select statement but haven't had much luck with a table. Am I supposed to be able to access a table directly? I can't see why I shouldn't be able to. The commands that work are:

oConn = CreateObject("adodb.connection")
ors = CreateObject("adodb.recordset")

oconn.Open("DSS")
ors.cursorlocation = 3

ors.Open("Select * from Area",oconn,3,1)

BUT when it doesn't work when I try:

ors.Open("Area",oconn,3,1)



Has anyone got any ides why this might be happening?

Thanks

Anthony
Next
Reply
Map
View

Click here to load this message in the networking platform