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!!
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!!