organickarma
Programmer
Environment
CR 9. Oracle 10g . ODBC driver for oracle.
I am using a stored procedure that populates a temp table that is read into the report. When i use the native oracle driver to add the stored procedure I am able to see data without issues.
On using the ODBC I do not get any data and I have no idea what the reason is.
Checked permissions on all DB resources but all well. It does seem like a driver issue
The stored procedure itself is part of a package.
It shows up in the database expert as package.procedure
when I use the ODBC but shows up as procedure under the qualifiers tab when i use Oracle Native Driver.
Could this be the issue???
the procedure passes 4 parameters 2 string types and 2 oracle DATE types and an out ref cursor is used.
HELP!!
CR 9. Oracle 10g . ODBC driver for oracle.
I am using a stored procedure that populates a temp table that is read into the report. When i use the native oracle driver to add the stored procedure I am able to see data without issues.
On using the ODBC I do not get any data and I have no idea what the reason is.
Checked permissions on all DB resources but all well. It does seem like a driver issue
The stored procedure itself is part of a package.
It shows up in the database expert as package.procedure
when I use the ODBC but shows up as procedure under the qualifiers tab when i use Oracle Native Driver.
Could this be the issue???
the procedure passes 4 parameters 2 string types and 2 oracle DATE types and an out ref cursor is used.
HELP!!