K
K
In MS-SQL, when I want to use stored proc to query data out from the server
and process it in ADO.NET DataAdapter / DataReader stuff. I don't have to
bind the "out" parameter for getting the output.
However, for Oracle DBRS, I need to create an additional "Cursor" output
parameter, and I've to bind one more additional parameter. It makes my data
access layer inconsistent. I've to seperate them. Does it has a easier way
to solve this problem without duplication of my "query" codes ?
and process it in ADO.NET DataAdapter / DataReader stuff. I don't have to
bind the "out" parameter for getting the output.
However, for Oracle DBRS, I need to create an additional "Cursor" output
parameter, and I've to bind one more additional parameter. It makes my data
access layer inconsistent. I've to seperate them. Does it has a easier way
to solve this problem without duplication of my "query" codes ?