May 11, 2004 #1 tondarb Programmer Oct 8, 2003 37 US Hi Is there any way where we can Refer the Columns in a Cursor Variable Without Defining Separate Variables For Fetching The Values in the Cursor Regards
Hi Is there any way where we can Refer the Columns in a Cursor Variable Without Defining Separate Variables For Fetching The Values in the Cursor Regards
May 11, 2004 #2 bombdropVB Programmer Dec 3, 2002 59 GB No as far as I now you must fetch the field from the Cursor into a variable. Upvote 0 Downvote
May 11, 2004 #3 SQLSister Programmer Jun 18, 2002 7,292 US But it is a bad practice to use cursors as they are extremely inefficient. Are you sure you can't do the same thing with a set-based statement? Upvote 0 Downvote
But it is a bad practice to use cursors as they are extremely inefficient. Are you sure you can't do the same thing with a set-based statement?