Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change structure of the cursor ?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01164209
Message ID:
01164216
Views:
10
>I think I have seen somebody asking this question and can't seem to find the answer. I am wondering if there is a way to change a structure of a cursor returned from SQL Server? I get error on the following code:
>
>alter table REPCURSOR add column PRINT_LBL L(1)
>
>
>I realize I can use the code to append from dbf("repcursor") to build another cursor. But maybe there is a more efficient method.
>
>Thank you.

I found a work around to the problem. I added the column I need in the resulting cursor to the SQL Select passed to the SQL Server.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform