RE: Problems inserting a NULL Date using Place holders.

2001-05-03 Thread Fox, Michael
Ronald, I cannot reproduce your problem, but you might want to try altering the session date format, rather than using to_date, as in my $sqld=ALTER SESSION SET NLS_DATE_FORMAT = '-MM-DD'; $dbh-do($sqld); and just use a string placeholder ? instead of to_date(?,'-MM-DD') in the SQL

RE: Problems inserting a NULL Date using Place holders.

2001-05-03 Thread Warden, Ronald MCF:EX
; Thanks for the help. -Original Message- From: Fox, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 4:01 PM To: '[EMAIL PROTECTED]' Subject: RE: Problems inserting a NULL Date using Place holders. Ronald, I cannot reproduce your problem, but you might want to try altering