Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Feature not available
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00946011
Message ID:
00946647
Vues:
11
Gerard,

>I did as suggested in the manual (by using oledbadapter on a test form and it tested ok)
>I did however trim out the connection string to mimic what eas in the manual (got rid of pswd= and q whole pile of other stuff
>
>My String is now:-
>
> databases
> add key="DFISR\Connection" value="Provider=vfpoledb.1;DataSource=C:\ISRC\DFISRC.DBC"
> databases
>
>

Try putting a space in "DataSource" like this:
<add key="DFISR\Connection" value="Provider=vfpoledb.1;Data Source=C:\ISRC\DFISRC.DBC" />
You can always test your connection string by copying it from the app.config file and using it in the data adapter on a test form.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform