Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exclusive Open using ADO
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00311629
Message ID:
00311639
Vues:
26
Yes... In your ODBC DSN settings, check the Exclusive Use Check Box...

Here is an example on how to use a dsn-less connection string:

oConn = Createoject("adodb.connection")
oConn.Provider = "MSDASQL"
oConn.COnnectionString = ;
[Extended Properties="Driver={Microsoft Visual FoxPro Driver};UID=;SourceDB=D:\Program Files\Microsoft Visual Studio\MSDN98\98VSa\1033\SAMPLES\VFP98\data\TESTDATA.DBC;SourceType=DBC;Exclusive=Yes;BackgroundFetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes;"]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform