RE: DBD ODBC

2011-08-23 Thread Jason Lewis
Eric, Easysoft installs unixODBC. There is how ever no odbc_config file. OOB/unixODBC INFORMATIONAL Message == The Easysoft ODBC-ODBC Bridge comes with the ODBC Driver Manager from the unixODBC project. You do not need to install the unixODBC Driver Manager but you

RE: DBD ODBC

2011-08-23 Thread eric.berg
Jason, the way ODBC works on Linux is that there is a layer of abstraction which is the odbc manager. You're probably using unixodbc, or should be. The install of unixodbc will contain a program that DBD::ODBC (and others) will use to get configuration information that it uses to build DBD::OD

DBD ODBC

2011-08-23 Thread Jason Lewis
Needing a little help getting DBD ODBC working on CentOS 6. I am using the latest Perl version, also DBI and DBD ODBC modules. I can establish a database connection with the easysoft connector a pull tables from the database. I'm unsure of my error building the DBD ODBC module though. Any help w