[opendbx] String truncated error on ODBC
Brought to you by:
nose
From: Guillermo P. <gui...@gm...> - 2011-07-15 12:30:26
|
Hi Norbert! I was testing the ODBC backend and I'm getting lot's of string truncated errors on select statements :(. I was able to build a simple reproduceable case doing a select from a datetime column: 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? I'm using the ODBC backend dll I downloaded in the site. I'll try getting one compiled by myself and post my results. Thanks! Guille |