Search found 4 matches

by FrankBKK
26.07.2021, 22:46
Forum: Firebird
Topic: TZConnection.DesignConnection and embedded FB
Replies: 3
Views: 499

Re: TZConnection.DesignConnection and embedded FB

Hi Jan, thanks for your prompt and extensive reply. So - usually setting DesignConnection to true should be a safe way to handle things. Hmm, the way you explain it I would agree - that is until the FDB set at design time does not exist at runtime (which I would say is the norm). I just can't wrap m...
by FrankBKK
26.07.2021, 12:55
Forum: Firebird
Topic: TZConnection.DesignConnection and embedded FB
Replies: 3
Views: 499

TZConnection.DesignConnection and embedded FB

Today I run into a rather curious issue with zConnection.DesignConnection when using Firebird3 Embedded. When zConnection.DesignConnection = True and zConnection.Database property points to a FDB that does not exist on runtime the application just quits - no error message or anything. Naturally one ...
by FrankBKK
06.07.2021, 07:54
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Error Code 206 - Column unknown RDB$PROCEDURE_TYPE on accessing zStoredProc
Replies: 2
Views: 402

Re: Error Code 206 - Column unknown RDB$PROCEDURE_TYPE on accessing zStoredProc

Hi Jan,

thanks for your prompt reply !

Yeah, I thought it was something like that.

Your explanation makes perfect sense and to use FB3 would be the right thing to do.

Damn those legacy projects one has to drag along ;-)
by FrankBKK
06.07.2021, 06:01
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Error Code 206 - Column unknown RDB$PROCEDURE_TYPE on accessing zStoredProc
Replies: 2
Views: 402

Error Code 206 - Column unknown RDB$PROCEDURE_TYPE on accessing zStoredProc

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 pr...