Subject Cursor unknown error in TIB_Script
Author rihoe
I run my script in a loop (I have 20 tables) where I substitute TABLE
with various names. One customer complains that he always gets the
error with 12. table. The error is: SQL Error -504, "Cursor unknown".
Nobody else has complined, it works perfectly in my computer (also
with customers database). We both use FB 1.03 installed into local
computer.

TIB_Script (IBO 4.2Hc):
---
drop trigger LOG_<<TABLE>>_AD;
drop trigger LOG_<<TABLE>>_AI;
drop trigger LOG_<<TABLE>>_AU;
commit;
---

Can anyone give a hint, what can I do to get rid of this error?


Riho