6.6.3-stable and bug with ZStoredProc in Firebird 2.1
Posted: 03.12.2008, 07:05
in DBeXpress, when i set my components to get the next generator value on firebird, the parameter options is this:
ParamType: ptOutput
Precision: 4
Size: 4
but in zStoredProc:
ParamType: ptResult
Precision: 0
Size: 0
work great before i close the application, and receive some error(visual studio runtime debugger shit).
i tried to change the parameters to be like the DBX, ptOutput, 4, 4, but the same thing happened.
i use delphi 2007 and this bug is not only in my computer, i saw it many times.
i know, i need to use zSequence, but it not work with DataSetProvider.
however, in the server application(n-tier) i'm using both access component DBX(only for Stored_Procs) and zeos.
ParamType: ptOutput
Precision: 4
Size: 4
but in zStoredProc:
ParamType: ptResult
Precision: 0
Size: 0
work great before i close the application, and receive some error(visual studio runtime debugger shit).
i tried to change the parameters to be like the DBX, ptOutput, 4, 4, but the same thing happened.
i use delphi 2007 and this bug is not only in my computer, i saw it many times.
i know, i need to use zSequence, but it not work with DataSetProvider.
however, in the server application(n-tier) i'm using both access component DBX(only for Stored_Procs) and zeos.