I have a routine where i try to connect to SQL Server. if the connection times out, i get a SQL Server connection error and an additional dialog box prompting the user to try and login. I’d like to suppress this default behavior, but I don’t know what kind of error code to look for. It’d be nice NOT to have access display the userID and password (even if masked) on the ‘try to login again’ dialog box.
TIA