G
Guest
Hi!
I have create an application with a lot of call to SQL Server setored
procedures. Now when i add support for Oracle 9i choose the Microsoft
OracleClient Provider for .NET.
My stored procedure returns a REF_CURSOR like the sample Q309361 at
http://support.microsoft.com/kb/309361/EN-US/. The problem is that i got the
following error when calling the procedure from C# code. "ORA-65550:row 1,
column 7: PLS-00103:.swedesh text..." .
Im shure that the statement in the call "{call
curspkg_join.open_join_cursor1(?, {resultset 0, io_cursor})}" is for the
OleDb Provider. How should the syntax be for the OracleClient?
// Thanks
I have create an application with a lot of call to SQL Server setored
procedures. Now when i add support for Oracle 9i choose the Microsoft
OracleClient Provider for .NET.
My stored procedure returns a REF_CURSOR like the sample Q309361 at
http://support.microsoft.com/kb/309361/EN-US/. The problem is that i got the
following error when calling the procedure from C# code. "ORA-65550:row 1,
column 7: PLS-00103:.swedesh text..." .
Im shure that the statement in the call "{call
curspkg_join.open_join_cursor1(?, {resultset 0, io_cursor})}" is for the
OleDb Provider. How should the syntax be for the OracleClient?
// Thanks