Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Question
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01122773
Message ID:
01122887
Views:
24
Not exactly. Only connections open after those setting will be affected.

>In this code below, what is the signifigance the '0' passed to SQLSETPROP()?
>I assume this means apply to all connections?
>
>
>
>** Suppress ODBC error dialog
>SQLSETPROP(0, "DispWarnings", .F.)
>
>** Suppress login dialog
>SQLSETPROP(0, "DispLogin", 3)
>
>
>** Attempt to connect to the database
>iConnHandle = SQLSTRINGCONNECT(sSqlConnStr)
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform