Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cant connect to a VFP Table
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Cant connect to a VFP Table
Divers
Thread ID:
01235167
Message ID:
01235167
Vues:
49
Hi.
I have a web.config file with:

connectionString="Provider=vfpoledb.1;Data Source=C:\Webportal\App_Data\WP.dbc;Collating Sequence=MACHINE;"


string Cs = settings.ConnectionString;
string CommandString = "SELECT * FROM .....";
SqlDataAdapter da = new SqlDataAdapter(CommandString, Cs);

On the SqlDataAdapter line , I am getting a run time error saying:
keyword not supported 'provider'

It looks like there's something wrong with the connection string

Anybody got any ideas ?

Regards,
Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform