Bind Grid and OracleCursor

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
histu
Posts: 7
Joined: Fri 09 Oct 2009 08:57

Bind Grid and OracleCursor

Post by histu » Fri 09 Oct 2009 09:04

My basic problem is that I can’t understand how to show data in a gridview returned with a ref cursor from a stored procedure. I found some solutions that use programmatic ways, but it is more safer and maybe quicker if I can bind the grid to the cursor with the designer. Is there any way to solve this issue?
If the above problem can only be solved in only programmatic way, if there any way to give back query data from a stored procedure to a grid, and bind it with the designer?

Thanks in advance

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 12 Oct 2009 14:11

Please use a workaround you have mentioned. We have answered on this question here: http://www.devart.com/forums/viewtopic.php?p=45856 .

Post Reply