Hi, I have a simple question, but I can't find the answer anywhere.
I'm trying to update a date field in a .dbf file with DBD::XBase, but I
can't figure out what format DBD::XBase wants the date in, and the pod
doesn't mention it.
Would it be possible to use something like:
$sth->bind_param(1, 2000-12-03, { TYPE => SQL_DATE } );
....or does this DBD even support that?
Thanks for help or pointers,
Alan Hogue
