Select statement on Cursor
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, ive to call a stored procedure using c#. The procedure takes a couple of parameter and returns an out parameter as a cursor. I take this cursor to show in a datagrid directly for example which runs fine so far. But now i have to make a selection of this cursor, meaning that i want to make a select statement on that cursor selecting specific fields and in a specific order. Please, can someone tell me how to achieve this? Best ragards Trollpower