Hi Marco,
My oracle function is:
Function MyFunction Return Boolean
As you can see, this function has no param, all it has to do is just to return a boolean value. This is the first time I call oracle function in delphi, and I'm using TOraclePackage to call this function, and I'm not sure how to do it. Please help me out here.... Thanks.