Prev   Next

Back to the top of the FAQ

Q. I am using the ODBC interface with Oracle, and when I hit the Test button it doesn't work :-(

A. The DSN setup does not automatically add the password field to the DSN string. Try adding
PWD=password
after the last semicolon in the DSN string, where password is the password you use to access the database.

Also note that with Oracle, all variable names must be capitalized.

Back to the top of the FAQ

Prev   Next