different timestamp format
Posted: Thu 10 Mar 2011 08:40
I'm using dotConnect to read / write a postreSQL database and I would like to write a dateTime into a timestamp without time zone slot.
Before using dotConnect we made it in C++ directly with ODBC and recordset.
The old method written a date like that : 2009-12-09 08:11:06
and dotConnect write a date like that : 2011-03-10 09:05:58.311378
I would like dotConnect to write the date with the old format. How I can do that ?
Before using dotConnect we made it in C++ directly with ODBC and recordset.
The old method written a date like that : 2009-12-09 08:11:06
and dotConnect write a date like that : 2011-03-10 09:05:58.311378
I would like dotConnect to write the date with the old format. How I can do that ?