DBI date language

Hi,

I have a script that fetches data from a DB2 database.
When I use the DB2 client to fetch the data, I get "normal" german date
format, i.e. 15.03.2007. When I fetch the data with DBI, I get
2007-03-15.
Is there some language setting with DBI? I couldn't find any such
setting within the DB2 ODBC driver... and it shouldn't matter there,
because if I only use the ODBC driver (with the native client) the
format is german (which is what I need)
Of course I could convert the date, but I had this happen some time ago
already, I have even the (now disabled) code for conversion in the
source, but some day I had to disable it, because all of a sudden I
would get the date in german format (before it was english).

regards, Lars
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
extern.Lars.Oeschey [ Di, 12 Juni 2007 10:51 ] [ ID #1736194 ]
Perl » gmane.comp.lang.perl.active-perl » DBI date language

Vorheriges Thema: @INC
Nächstes Thema: low memory version of Data::Dumper