Quote:
STATUS : 42601
MESSAGE : [IBM][CLI Driver][DB2/6000] SQL0104N An unexpected token "select <HTML><BODY bgcolor=white><C" was found following "BEGIN-OF-STATEMENT". Expected tokens may include: "<create_table>". SQLSTATE=42601
DB ERROR: -104 (DX0045)
Any ideas on what this means?
|
This is a pretty typical parser error-message: in other words, incomprehensible.

What it means, apparently, is that DB2 was expecting to receive an SQL statement and what it actually received was an HTML document. Programming error on your part, I'm afraid...