Subject TIB_Query with InsertSQL problem (SQLDA missing -804)
Author radevojvodic
Hi All,

I have TIB_Query with RequestLive=False and InsertSQL and UpdateSQL
defined to use StoredProcedure to insert and update records. The
problem is that first insert works OK, but when i insert a record
second time i got an error

ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -804
SQLDA missing or incorrect version, or incorrect number/type of
variables

Does anyone have a solution for this problem?

P.S.
This problem ocures only when accessing database through network, if
database is accessed as local database, there is no problem.

Rade