Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you name stored procedure cursor
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00236166
Message ID:
00236178
Views:
11
>I am using a SQLEXEC command to execute a SQL Server stored procedure on the server. It returns a cursor called SQLRESULT. Is there a way to give this cursor a name when it is returned from the server? I am able to do this with SQLEXEC select statements, but it didn't work when executing the stored procedure?
>
>Thanks,
>Doug
Just specify cursor's name.
=SQLEXEC(lnHandle, 'SELECT * FROM tabl1', 'curname')
Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform