Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ConnectionString
Message
 
 
To
12/08/2002 07:55:26
Arlei Silva
Chevron Oronite Brasil Ltda.
Capuava, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00688522
Message ID:
00688525
Views:
26
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>Someone knows how to define the "ConnectionString" using OLEDB to access FoxPro tables?

You can see what connection string should be by performing following steps
- Create text file with extension .UDL
- Double click on it and fill all the info required
- Open file in any text editor
Below are sample connection strings copied from such .UDL files.
* DBC
lcConStr = [Provider=VFPOLEDB.1;] + ;
		[Data Source=C:\Program Files\Microsoft Visual FoxPro 7\Samples\Data\testdata.dbc;] + ;
		[Share Deny None;Password="";Collating Sequence=MACHINE]
* Free Tables 
lcConStr = [Provider=VFPOLEDB.1;] + 
                [Data Source=h:\temp;]
		[Share Deny None;Password="";Collating Sequence=MACHINE]
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform