gwhite has asked for the wisdom of the Perl Monks concerning the following question:
if ( lc($self->{'config'}->db_driver) eq 'oracle' ) { my $APrev = "ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:M +I:SS'"; $self->execute_sql($APrev); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Oracle Dates DBD
by vek (Prior) on Aug 12, 2002 at 14:52 UTC | |
|
Re: Oracle Dates DBD
by tommyw (Hermit) on Aug 12, 2002 at 14:50 UTC | |
|
Re: Oracle Dates DBD
by JupiterCrash (Monk) on Aug 12, 2002 at 18:19 UTC | |
|
Re: Oracle Dates DBD
by Ryszard (Priest) on Aug 12, 2002 at 15:00 UTC | |
by tommyw (Hermit) on Aug 12, 2002 at 15:13 UTC | |
by Ryszard (Priest) on Aug 12, 2002 at 15:24 UTC | |
by tommyw (Hermit) on Aug 12, 2002 at 15:29 UTC |