Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows 95 connection String Problem
Message
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Windows 95 connection String Problem
Miscellaneous
Thread ID:
00682713
Message ID:
00682713
Views:
58
Hi all,

I am establishing an ADO connection using Visual FoxPro driver. My connection opens fine in Win 98, Win 2000, but gives me an attitude in Win 95

The connection string I used first time was:

lconConnection.ConnectionString = "Provider=VFPOLEDB.1;Data Source=" &
lsServerPath & ";Collating Sequence=MACHINE;Mode=Share Deny None;"

using OLEDB provider

And the second connection I used was:

lconConnection.ConnectionString = "Driver={Microsoft Visual FoxPro
Driver};UID=;PWD=;SourceDB=" & lsServerPath & ";SourceType=DBF;"

Not specifying the provider this time

The Error I am receiving is : "Provider cannot be found"

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform