Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set the no odbc dialog box outside of vfp?
Message
 
 
To
19/09/2006 10:14:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01155080
Message ID:
01155087
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Is it possible to set no obdc login dialog box outside of vfp database connection? Because I wouldn't like to have a database (.dbc) in my app. I know it's possible to use SQLSETPROP(nStatementHandle, 'Displogin', 3), but I don't think it's possible to specify this before to get a connection handle :-) Otherwise, I wonder if it's possible to set this setting outside of vfp directly into the \admin tools\odbc datasource\... or in the sqlconnect function?

Sure it's possible to disable login dispaly for all connections.
SQLSETPROP(0, 'Displogin', 3)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform