Does anyone know how to get the ODBC driver for Oracle to return an error message when the DSN is correct but the user name or password is wrong. I have an application that runs unattended, and I need to simply log the error and move on. Currently when this situation comes up the driver produces a "Log On" dialog box and waits for some user input. I am using the dbDriverNoPrompt option in the OpenDatabase method. Thanks for the help.