More porting issues from BDE to dbExpress and Firebird – in Delphi
The porting odyssey continues with issues from jumping from BDE to Delphi .Also another episode is with Firebird date fields (part II)
The porting odyssey continues with issues from jumping from BDE to Delphi .Also another episode is with Firebird date fields (part II)
No’am Newman wrote again about his Bde to Firebird date migration issues:
In continuation of my previous post about problems of inserting/update date fields in FB databases, I did a little poking around and eventually – by trial and error – found the correct syntax:
update data
set datefield = ’01/01/2008′
where id = 1;