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 [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
