Search found 4 matches
- 26.07.2021, 22:46
- Forum: Firebird
- Topic: TZConnection.DesignConnection and embedded FB
- Replies: 3
- Views: 541
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...
- 26.07.2021, 12:55
- Forum: Firebird
- Topic: TZConnection.DesignConnection and embedded FB
- Replies: 3
- Views: 541
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 ...
- 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: 445
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
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
- 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: 445
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...