Hi,

On Windows 2000 - MaxDB 7.5.0 BUILD 008-123-061-548 the following style of
SQL statement is failing:

SELECT COUNT(fieldprimarykey) AS myCount
  FROM myTable
  WHERE field1='value1'
  AND field2=1
  AND field3=1

Table structure: fieldprimarykey is a INTEGER primary key for the field.

Error returned by ODBC driver:

ERROR [HY000] [MySQL MaxDB][SQLOD32 DLL][MaxDB] General error;-9211 POS(1)
System error: KB Stack type illegal

The knldiag on the MaxDB server shows the following error each time this
query is executed:

0x69C ERR 51080 SYSERROR -9211 error: KB Stack type illegal

The same identical database (replicated) with the same query works fine on
7.5.0 BUILD 005.  So it appears to be a problem that was introduced between
MaxDB 7.5.0.5 and 7.5.0.8?

Thank you.

  Stephen Gutknecht

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to