Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
McNeish Book and sample data access?
Message
 
 
À
11/09/2004 10:38:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00941275
Message ID:
00941314
Vues:
10
You've to either double "\" or prefix a string with "@" to turn off escape characters recognition.
string ConnectionString = "Provider=vfpoledb.1;Data Source=c:\\datadotnet\\vfp\bin\debug\\samples.dbc";
string ConnectionString = @"Provider=vfpoledb.1;Data Source=c:\datadotnet\vfp\bin\debug\samples.dbc";
>string ConnectionString = "Provider=vfpoledb.1;Data Source=c:\datadotnet\vfp\bin\debug\samples.dbc";
>
>This is ONE line in the program.
>
>I get unrecognized escape sequence
>
>I have renamed the old vfpoledb to vfpoledb7 and I did register the vfpoledb from vfp8
>
>
>Leo
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform