I'm querying the Oracle db via the OraOLEDB.Oracle (Native Oracle driver not the msdaora.1).
I have a select statement that uses the SUM function but I had to wrap theat column with a CAST function since the pkg didn't like the SUM by itself ..it was complaining about precision not being set even if I set it in the advance tab..there is help on the forum about that..
Anyway my issue is that I get a
I can click on the preview button and test the statment also it does return a result set. I also copied the sql statement to oracle sql developer and it runs. So I'm not sure why is not running once I execute the pkg in design mode? any suggestions welcome..
remember though I can see the result set in the preview button.
I have a select statement that uses the SUM function but I had to wrap theat column with a CAST function since the pkg didn't like the SUM by itself ..it was complaining about precision not being set even if I set it in the advance tab..there is help on the forum about that..
Anyway my issue is that I get a
I can click on the preview button and test the statment also it does return a result set. I also copied the sql statement to oracle sql developer and it runs. So I'm not sure why is not running once I execute the pkg in design mode? any suggestions welcome..
remember though I can see the result set in the preview button.