[Quickfix-developers] DateTime format
Brought to you by:
orenmnero
|
From: Stefano F. <s.f...@kl...> - 2006-09-08 14:33:24
|
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.. |