Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using SQLSTRINGCONNECT()
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Using SQLSTRINGCONNECT()
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01563490
Message ID:
01563490
Vues:
78
Hi,

When my code tries to connect to the SQL server using the following code:
cConnStr = "DRIVER = SQL Server;Server=ServerName;DATABASE=DbName;Name";UID=MyId;PWD=MyPass"
lnConn = SQLSTRINGCONNECT(cConnStr)
What happens is after some delay and if the server is down I get a dialog box pops up prompting me to change password, db name, etc.
How can I modify the above SQLSTRINGCONNECT so that it - if fails - simply returns -1 without a dialog box?
TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform