Forum Discussion

katenok29's avatar
katenok29
New Contributor
14 years ago

How to insert Date type value into DB Table?

I use such string in delphi script to insert date-type value into table: Cmd.CommandText := 'insert into MY_TABLE values(' '1' ', To_date(' '05.03.2010' ', ' 'dd.mm.yyyy' '))';  Cmd.CommandType ...