Re: [Quickfix-developers] DateTime format
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-09-08 22:33:45
|
I fixed the statements so it they use ODBC escape sequence which will automatically use the format of the underlying database. The updates are available in svn. http://svn.sourceforge.net/viewvc/quickfix/trunk/quickfix/src/C%2B%2B/ OdbcLog.cpp?r1=3D1588&r2=3D1758 http://svn.sourceforge.net/viewvc/quickfix/trunk/quickfix/src/C%2B%2B/ OdbcStore.cpp?r1=3D1491&r2=3D1758 > My quickfix application is connected with Oracle database with ODBC. I=20 > have one problem: > for example in OdbcStore.cpp at line 113 the query include a DateTime=20 > parameter that is in the form of: YYYY-MM-DD HH:MM:SS but in my database=20 > I have this format for datetime parameters: DD-MM-YYYY HH:MM:SS >=20 > I suppose that the ODBC Driver can't change the format of DataTime=20 > parameters.. how can I do..? |