Hi Thomas, > Can you please give me a small example reproducing the error? > Which version do you use?
Lets have this table as an example: (Big_column varchar(1024), Small_column varchar(50) Then there is no access possible on the large column. The error message I posted occurred while trying a simple "select * from tbl_test". You�ll get the same message when changing to "select big_column from tbl_test". Access on smaller columns in the same table is possible. So a "select small_column from tbl_test" works. This occurs since updating from sapdb (I think 7.3) to maxdb 7.5. The Version of SQL-Studio is 7.5, as I posted. The ODBC-Driver is built-in with Version 7.05.00.00. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
