Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you set up a DSN-less connection?
Message
 
 
À
15/02/2002 19:10:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00620864
Message ID:
00621020
Vues:
11
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform