G
Guest
I'm trying to use fill a table using DataAdapter::Fill with a Oracle
procedure or function result.
When I call a SP (with a simple select query) from SQLServer I don't put
return value on the Command's Parameters. There's any way to do the same with
Oracle database, but without passing the Cursor Output datatype.
Thanks in advance,
José Tavares
procedure or function result.
When I call a SP (with a simple select query) from SQLServer I don't put
return value on the Command's Parameters. There's any way to do the same with
Oracle database, but without passing the Cursor Output datatype.
Thanks in advance,
José Tavares