Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows 95 connection String Problem
Message
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Windows 95 connection String Problem
Divers
Thread ID:
00682713
Message ID:
00682713
Vues:
57
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform