Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exclusive Open using ADO
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00311629
Message ID:
00311639
Views:
28
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;"]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform