Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setup wizard problem
Message
 
 
À
23/04/2002 12:19:55
Information générale
Forum:
Visual FoxPro
Catégorie:
InstallShield
Divers
Thread ID:
00647511
Message ID:
00648260
Vues:
40
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform