http://www.perlmonks.org?node_id=831199


in reply to Re^4: What is your favourite Linux or cross-platform database?
in thread What is your favourite Linux or cross-platform database?

I see I commented on the thread you mention and I would not describe it as a nightmare. DBD::ODBC needs an ODBC driver manager but as it is XS code it also needs the driver manager header files. Many Linux distributions distribute the header files in different packages and you hadn't installed the development package.

I cannot say why isql is returning a timestamp but I'd guess this is down to the ODBC driver and not unixODBC or DBD::ODBC (neither of which change data types). Many bugs in ODBC drivers are attributed to earlier elements of the ODBC stack, e.g., isql perhaps in this case or unixODBC or DBD::ODBC. I'm guessing when you see a date, you are not using the ODBC driver.

It may also help to know which ODBC driver you are using.

unixODBC and DBD::ODBC have been around for years and years. I'm not going to say they are perfect and have no bugs but they are mature and pretty stable in most peoples definition of stable.

  • Comment on Re^5: What is your favourite Linux or cross-platform database?

Replies are listed 'Best First'.
Re^6: What is your favourite Linux or cross-platform database?
by Steve_BZ (Chaplain) on Mar 26, 2010 at 19:06 UTC

    Yes, I thought it was the driver too, I used libOdbcFb.so from the file OdbcFb-LIB-RC1-2.0.0148.amd64.tar.gz.