Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updatable SQL cursor
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00160169
Message ID:
00160177
Views:
19
Michel,

Take a look at the CREATE SQL VIEW command. I think it's easier to just use the method of making a cursor read/write unless you need to send the updates made to the cursor back to the base table. If you need to do that, a view (created in code or with the view designer) is probably the way to go.

>Hi Craig,
>
>How do you do that ?
>
>Michel.
>
>================ Original message follows ======================
>
>>>Hi All,
>>>
>>>Is it possible to create an updatable cursor with
>>>SELECT ..... INTO CURSOR, or does one have to actually
>>>use SELECT .... INTO DBF ?
>>>
>>>Michel.
>>
>>
>>Why not just create a view with code?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform