27 Jan
2002
27 Jan
'02
6:25 p.m.
Igor Leturia writes:
How can I insert a record in a table using ZSQLMethod, if I have got date, time or boolean fields? dtml-sqlvar allows only string, int, float and nb types. My experience tells me that date/time handling is not standardized by SQL and highly database dependant. For Oracle, I always used the "to_date" function to let Oracle convert a string into a date.
Dieter