Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Value of a Cursor Column
Message
 
 
To
15/09/2001 07:57:14
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00556896
Message ID:
00556909
Views:
18
>Hi to aLL!
>
>I'm trying to retrieve the VALUE of a column of a cursor in SQL server 7.0.
>
>Lets say column name: Lastname --> contains "White"
>
>how do I do it?

The INTO clause of the FETCH command allows data from the columns of a cursor to be placed into local variables. See FETCH topic in BOL for details.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform