Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
how to call store procedure using Oracle.DataAccess.Client
Sudipta Saha
6y
168
1
Reply
i have a store procedure like this :
PROCEDURE PRC_ABCD_GETALL (resultset_out OUT TYPES.cursorType)
AS
BEGIN
OPEN resultset_out FOR SELECT * FROM ABCD;
END PRC_ABCD_GETALL
can anybody help me regarding this?
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to Print report.rdlc with print document ...?
which is better ADO.NET or Sql to Linq in c# windows project