Hi,
I made more tests and found out some interesting facts:
Creating new tables with data-lengths about 1024 fix the problem of getting no
access to the tables with a "select * from..." statement. The error occur only
in tables, which are created in earlier versions on sapdb and might have been
corrupted in some way. Anyway, cloning all of those tables can�t be a solution
I think...
But creating new tables with data-lengths of 4096 won't help, you can�t get
access to them, even if you create new ones. So a statement like:
CREATE TABLE "TEST"."BUG"
(
"DBNAME" Varchar (30) ASCII NOT NULL,
"DISPLAYNAME" Varchar (50) ASCII,
"USERNAME" Varchar (15) ASCII,
"HELPTEXT" Varchar (4096) ASCII,
PRIMARY KEY ("DBNAME")
)
would lead to the error I described earlier.
Regards Mark
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]