Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
McNeish Book and sample data access?
Message
 
 
To
11/09/2004 10:38:04
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00941275
Message ID:
00941314
Views:
9
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform