[DB-SIG] One last quick question

Sam Gendler sgendler@impossible.com
Thu, 23 Mar 2000 15:35:37 -0800


How does one use the Timestamp() function, that is supposed to be supplied by a dbi
2.0 compliant module, when executing an INSERT query.

I have the (year,month,day,hour,minute,second) tuple, but how do I construct the
INSERT query such that the query gets constructed correctly.

Currently, I am just building a string manually and inserting it into the query
string with the % operator.

--sam