DSN: Data source name not found and no default driver

Published by

Posted on December 15, 2010

error: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Data source name not found and no default driver specified
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Data source name not found and no default driver specified

Cause: This error is caused by the ODBC Driver, most likely you are trying to use a 32bit driver to connect to a 64bit db or vice versa.

Also , if you are a 32bit db and the system/server is 64bit .. you will encounter this error.