Hello,
We want to use adapter DATABASE most natively as possible because we gains performances with this process.
( example stored procedure @Proto_wtx_cht10dbout_integrer( @param1 char(4) input, @param2 varchar input, @param1 int output )
I do not want to use DBLOOKUP or DBQUERY.
I can retrieve the retun value with this format ( -MDQ E: \ APPLI \ ad_ \ w2 \ mdq \ ad_acces_db.mdq -DBNAME ad_rpsit_aa -PROC Proto_wtx_cht10dbout_integrer -TRACE ).
But I can't retrieve the output parameter value of this stored procedure.
Could you create a type tree dedicated to recover the value output by catch mecanism ?
Thank
We want to use adapter DATABASE most natively as possible because we gains performances with this process.
( example stored procedure @Proto_wtx_cht10dbout_integrer( @param1 char(4) input, @param2 varchar input, @param1 int output )
I do not want to use DBLOOKUP or DBQUERY.
I can retrieve the retun value with this format ( -MDQ E: \ APPLI \ ad_ \ w2 \ mdq \ ad_acces_db.mdq -DBNAME ad_rpsit_aa -PROC Proto_wtx_cht10dbout_integrer -TRACE ).
But I can't retrieve the output parameter value of this stored procedure.
Could you create a type tree dedicated to recover the value output by catch mecanism ?
Thank