Re: [opendbx] String truncated error on ODBC
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2011-07-15 12:35:45
|
Hi Guille > Create table test4 (fechia datetime) > insert into test4 values(''10-10-10'') > > select * from test4 -> [Microsoft][ODBC SQL Server Driver]String data, > right truncation > > ¿Is it a known issue? No, no that I'm aware of, but your value is wrong. Can you try '2010-10-10 00:00:00'? Norbert |