readODBC box, truncation error messages

Lucy_dor

New member
when using the readODBC box, I get this error messages:

ODBC Warning 'FetchScroll': continued:State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
ODBC Warning 'FetchScroll': continued:State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
 

Support

Administrator
Staff member
when using the readODBC box, I get this error messages:

ODBC Warning 'FetchScroll': continued:State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
ODBC Warning 'FetchScroll': continued:State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
State:01004, Native Error Code:0, Error Text: [Microsoft][ODBC Driver 17 for SQL Server]String data, right truncation
this is because the database failed to report correctly the length of a cell. No Worries. Just put "2000" in this parameter here:

2023-08-08_104755.png


if "2000" is not enough, continue increasing the number up to the point the error disappear
 
Top