Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you set up a DSN-less connection?
Message
 
 
To
15/02/2002 19:10:32
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00620864
Message ID:
00621020
Views:
19
This message has been marked as the solution to the initial question of the thread.
>What needs to be modified to the connection string to use it for a VFP database (as opposed to a free table?
lcConnStr = "DRIVER=Microsoft Visual FoxPro Driver; " + ;
			"UID=; " + ;
			"Deleted=Yes; Null=Yes; Collate=Machine; " + ;
			"BackgroundFetch=No ; " + ;
			"Exclusive=No; " + ;
			"SourceType=DBC; " + ;
			"SourceDB=H:\Program Files\microsoft visual foxpro 7\Samples\Data\testdata.dbc; "
>
>How do I create a file DSN, and once created, how do I find it so that I can open it in text editor?

In the Control Panel look for ODBC or Data Source (ODBC). When you create file DSN you can pick where to save it.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform