Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setup wizard problem
Message
 
 
To
23/04/2002 12:19:55
General information
Forum:
Visual FoxPro
Category:
InstallShield
Miscellaneous
Thread ID:
00647511
Message ID:
00648260
Views:
29
Yes, as long as SQLSETPROP(0, 'DispLogin', 1) is set to 1.
if SQLGetProp(0, 'DispLogin') <> 1
   SQLSetProp(0, 'DispLogin', 1)
endif
A connection handle of ZERO for the first parameter is used to set defaults at the environment level instead of the connection level.

>Hi Mark,
>
>That connection string for the SQLConnect was great! If I leave off the password will it prompt the user for one?
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform