Inserting date to progress

Strider

New Member
Hi there,

im trying to insert a date into progress and im having no luck.
The date column is defined as 99/99/99

So my sql statement is as follows
INSERT INTO PUB.mytable VALUES ('17/01/05')

but its giving me errors

am i missing something here, should the date be surrounded in something other then apostraphes
 

Strider

New Member
ya inside my application i have a function to convert all dates from dd/mm/yyyy to yyyy/mm/dd before the is added to the sql statement
 
Top