Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find VFP OleDb Provider?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00654857
Message ID:
00655073
Views:
22
>>>Could anyone please point me to the link to download VFP Oledb provider?
>>
>>You can get it with VFP7 only. There's no separate download available.
>
>Thanks.
>
>Now, I installed VFP 7.0 but having problems accessing free tables? I think I can't find the proper syntax for the connection string to access free tables. Here is what I tried and didn't work.
>
>oConn = CREATEOBJECT("ADODB.Connection")
>oConn.ConnectionString = "provider=vfpoledb.1;data source=c:\temp\"
>oConn.Open()
>
>oConn.Open() returns NULL. What am I doing wrong?

It always returns Null. You'll get an error if it cannot open connection.

BTW, don't forget to install SP1 for VFP7.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform