Error Code 206 - Column unknown RDB$PROCEDURE_TYPE on accessing zStoredProc
Posted: 06.07.2021, 06:01
I tried to play around with ZEOS 7.2.8 and Lazarus 2.0.12 on Firebird 1.56
zConnection, zQuery, zTable etc. all work fine.
However when using zStoredProc and set Active to True I get Error Code 206 - Column unknown RDB$PROCEDURE_TYPE - see below details.
I can access the Params and StoredProcName properties in the ObjectInspector though.
On zConnection I tried protocols firebird, firebird-1.5 and firebirdd-1.5
Just in case I made a backup/restore and also re-created the fdb from scratch to make sure db corruption is not an issue.
Any advice please what to do ?
Error Code 206 - Column unknown RDB$PROCEDURE_TYPE
SELECT RDB$PROCEDURE_TYPE FROM RDB$PROCEDURES WHERE RDBPROCEDURE_NAME = P_INSERT_SAMPLE
zConnection, zQuery, zTable etc. all work fine.
However when using zStoredProc and set Active to True I get Error Code 206 - Column unknown RDB$PROCEDURE_TYPE - see below details.
I can access the Params and StoredProcName properties in the ObjectInspector though.
On zConnection I tried protocols firebird, firebird-1.5 and firebirdd-1.5
Just in case I made a backup/restore and also re-created the fdb from scratch to make sure db corruption is not an issue.
Any advice please what to do ?
Error Code 206 - Column unknown RDB$PROCEDURE_TYPE
SELECT RDB$PROCEDURE_TYPE FROM RDB$PROCEDURES WHERE RDBPROCEDURE_NAME = P_INSERT_SAMPLE