The default max row count is 4000 (for unicode). Can I change that for the database ?
There is a limit on the maximum size of a Unicode column of 400 characters, but this can't be changed. You can use LONG Unicode for longer valuees, but these columns can only be stored and retreiveed, you can't use string functions or comparisons with them.
Daniel Dittmar
-- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
