http://qs321.pair.com?node_id=614820


in reply to Using DBI::Sybase having problem with Date format

DBD::Sybase also supports the following:
$dbh->syb_date_fmt('MDY1_YYYY');
for this functionality. This works with the Sybase libraries, and I assume that this also works with FreeTDS.

Michael