Oracle PLSQLRSet Property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was reading Oracle Documentation about the need to set the PLSQLRSet
property to "TRUE" if you will be returning a recordset. To do this it
indicates that you should use the Command.Properties["PropertyName"] = TRUE.
I find no such property for the .Net environment. Perhaps these instructions
are for ADO and not ADO.Net. Do I have to worry about this in the .Net world?

Thanks in advance for your assistance!!
 
Jim

That property (PLSQLRSet ) only applied to the Oracle OLEDB provider when
returning a recordset from a stored procedure.

It does not apply to the ORD.Net provider - likewise it does not apply to
the MSFT Provider for Oracle.

regards
roy fine
 
Back
Top