Subject Can somebody help me understand the following error message? Where do I've to look?
Author Tom Deprez
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Unexpected end of command

STATEMENT:
TIB_STATEMENT:

"<TApplication>.RegionForm.qrRegionPostcodes.IBOqrqrRegionPostcodes.<TIB_Upd
ateSQL>.<TIB_Statement>."

ST'. Process stopped. Use Step or Run to continue.

It is a query which contains the following code:

SELECT *
FROM VIEW_REGIONPOSTCODES P
WHERE P.REGION_ID = :REGION_ID

And I've used the 'Generate for table' button to create the UpdateSQL
statements...

Thanks in advance,
Tom.