Search found 8 matches

by jennecy
24.10.2005, 15:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BUG REPORT:Passing NULL params
Replies: 1
Views: 805

Hi All, Think I Found where the bug is... But I dont know how to send the correction.. ( can anyone help/teach me me ?) so, I'm sendind the simple change I did on ZStoredProcedure.pas: procedure TZStoredProc.SetStatementParams(Statement: IZPreparedStatement; ParamNames: TStringDynArray; Params: TPar...
by jennecy
24.10.2005, 14:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BUG REPORT:Passing NULL params
Replies: 1
Views: 805

BUG REPORT:Passing NULL params

TZStoredproc or TZQuery does not execute when there are params with NULL values fith Firebird, raising "parameter mismatch" error.
by jennecy
24.10.2005, 14:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with NULL params in TZStoredProc - URGENT!
Replies: 5
Views: 1768

Hi all,

I did test Mark's suggestion but it didn´t work also.
Passing -1 as a param is not a solution for me cause it won´t work in othe procedures.
So, problem the persist :(

Thanks...

Jennecy
by jennecy
19.10.2005, 14:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with NULL params in TZStoredProc - URGENT!
Replies: 5
Views: 1768

BUG-Problem with NULL params in TZStoredProc-URGENT! PLEASE!

Hi all, thanks Mark for your reply. yes i'm sure it should work as it is... it works with Delphi's ADO components, MDO Firebird components, Delphi's IBX and so on. I could choose to work with MDO, but it works only with Firebird, and I'd like to be working with more than one DB. Any other idea ? I l...
by jennecy
18.10.2005, 14:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with NULL params in TZStoredProc - URGENT!
Replies: 5
Views: 1768

Problem with NULL params in TZStoredProc - URGENT!

Hi all, I am migrating a system from DELPHI + ADO + SQL Server to DELPHI + ZEOS + Firebird, and there are Stored Procedures with parameters that may need to be NULL, e.g. "execute procedure test 1, NULL, 'testing', 2, 9" The problem is that the aplicatiion is setting parameters values corr...
by jennecy
30.09.2005, 15:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 1.5: Null Parameters in Stored Procedures
Replies: 3
Views: 2085

Hi again this is the Stored Procedure definition: Create or alter Procedure stoproc_Artista (Operacao int, Chave int, Nome varChar(50), Autor char(3), Compositor char(3), Arranjador char(3), Orquestrador char(3)) returns (result int, Codigo int) As BEGIN IF (:Operacao = 0) then BEGIN DELETE FROM IAS...
by jennecy
30.09.2005, 15:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 1.5: Null Parameters in Stored Procedures
Replies: 3
Views: 2085

Hi jennecy, could you please attach an example code (with the definition of the StoredProc that causes the exception)? This would be very helpful. Thanks! First of all, thanks Michael for the attention and sorry for the long time taken to reply... :-) this is the part of code you asked for: procedu...
by jennecy
09.09.2005, 21:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 1.5: Null Parameters in Stored Procedures
Replies: 3
Views: 2085

Firebird 1.5: Null Parameters in Stored Procedures

Hi all, I am migrating a system from DELPHI + ADO + SQL Server to DELPHI + ZEOS + Firebird, and there are Stored Procedures with parameters that may need to be NULL, e.g. "execute procedure test 1, NULL, 'testing', 2, 9" The problem is that the aplicatiion is setting parameters values corr...