I want to call the the procedure from Embedded SQL file. I want to use the structure sqlda which is declared in sqlda.h
I have already created sqlda structure for procedure ,but don't know how to use that in calling stored procedure.
Like--
begin
procedure_name(param 1,param 2...);
end;
in place of (param 1,param 2...) ,I want to use sqlda structure.