I've been tasked with streamlining the credit card processing for my company, and part of doing that involves accessing the accounting Appgen database. I was hoping to use DBI with the DBD::ODBC driver, but I'm having trouble figuring out what their driver file is so that I can compile the DBD::ODBC module for it. We have the Appgen ODBC server running on the machine with the database installed.
I've seen the DB::Appgen module, and I intend to look at it later today. Does anyone have any experience with this? Am I better off to forsake the DBI/ODBC route and use the DB::Appgen module? Is it worth the effort to pursue the ODBC route? Thanks for any advice, Chris Snyder