Top  | Previous | Next

Can I connect using ODBC?

While it is indeed possible to connect to an ODBC data source through the use of the JDBC-ODBC bridge, this is generally not advised. The bridge is designed to offer a minimal amount of functionality, and is considered a "transitional solution", meaning that it should only be used when JDBC is not available. In other words, if a JDBC option is available, ODBC should not be used.

 

Since most commercial databases offer JDBC drivers, transition is usually as simple as recreating your connections inside of Ignition. The lack of a JDBC connection inside of Ignition does not necessarily indicate that JDBC isn't available for your particular database. Licensing restrictions sometime prevent the inclusion of drivers with 3rd party software. Therefore, before using ODBC, due diligence should be taken to verify that no JDBC solution is available.