How to return cursor from stored proc??
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all i wana come to know that how can i return cursor from a stored procedure??? Regards Qaiser
-
Hi all i wana come to know that how can i return cursor from a stored procedure??? Regards Qaiser
I think A cursor is a server side thing. You can't "return" this to a client. Anyway why do u need this??
Tirtha Do not go where the path may lead, go instead where there is no path and leave a trail. Author: Ralph Waldo Emerson (1803-82), American writer, philosopher, poet, essayist
-
Hi all i wana come to know that how can i return cursor from a stored procedure??? Regards Qaiser
Why you need to return a cursor from a Stored Procedure ? I think you got confused with Oracle .. Is it ?
Navaneeth My Website