[phplib] error with sql_query From: Ralf Pfeiffer (rpfeiffer <email protected>)
Date: 08/14/01

Hello,

with SQL_query and table.inc (see demo example), I got the following error message:
"Query Condition = ( Nachname1 like '%RIGAS%' )
Database error: Invalid SQL: select * from kunden where ( Nachname1 like '%RIGAS%' )
MySQL Error: 1030 (Got error 127 from table handler)
Session halted."

Does anyone know what this mean? (The name RIGAS exists in the table kunden)

Another question: Is there a list of all error types, in order to see what for example this error number 127 mean?

Greetings Ralf