Forum: Visual Basic 4 / 5 / 6 Sep 24th, 2009 |
| Replies: 5 Views: 576 AndreRet,
I was searching an ADODB function that let me to interrogate server because I want konw if it is up or down. At the moment I find a workaround...but I don't like it. Do you know if there's... |
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2009 |
| Replies: 5 Views: 576 Yes, AndreRet! you understand exactly my problem.
IF myconnectiontoSQL = TRUE then
Could you explain better your code? Because I try to implement your code but I got an error on this line. (Type... |
Forum: Visual Basic 4 / 5 / 6 Sep 22nd, 2009 |
| Replies: 5 Views: 576 I want to detect when connectivity with SQL Server fails, so i can fire an alert for the user.
Does anyone know a bit of code that will help me detect when connectivity with the SQL Server fails... |