My quickfix application is connected with Oracle database with ODBC. I
have one problem:
for example in OdbcStore.cpp at line 113 the query include a DateTime
parameter that is in the form of: YYYY-MM-DD HH:MM:SS but in my database
I have this format for datetime parameters: DD-MM-YYYY HH:MM:SS
I suppose that the ODBC Driver can't change the format of DataTime
parameters.. how can I do..?
Thanks..
|