From: Jack <sof...@di...> - 2003-09-26 07:46:01
|
Hello, When I use the function "FbCommandBuilder.DeriveParameters(command)" to get the parameters of a Stored Procedure, I expected to have the input parameters before and after the output parameters, but the parameters are mixed. For instance for a stored procedure with several input parameters and with one output parameter, as first I find the first input parameter followed by the output parameter and then the other input paramaters. Is this the correct behaviour? Thanks, Jack |