Re: [opendbx] String truncated error on ODBC
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2012-05-09 14:22:21
|
Hi Guille >> From the odbc docs I assume the right lengths for datetimes are more like > > case SQL_DATE: > case SQL_TYPE_DATE: > return 11; > case SQL_TIME: > case SQL_TYPE_TIME: > return 9; > case SQL_TIMESTAMP: > case SQL_TYPE_TIMESTAMP: > return 24; > > I've checked the latest sources with and without the fix and it works fine > with my changes. > > Can we add them? :) No problem, changed in SVN rev 364. Norbert |