Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit view
Message
From
20/04/1998 09:37:14
 
 
To
20/04/1998 09:31:50
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00092871
Message ID:
00093374
Views:
35
>An updateable view would be great, except that my SQL statement is too long. Do you have an example of which properties I need to set to create a read-write cursor?
>
>Thanks.

It's not property issue. The safe way to create read-write cursor is to use CREATE CURSOR command. Then you SEEK the first record in table which satisfy your criteria and DO WHILE scanning your table(s) and firing INSERT INTO ... VALUES() until record will not satisfy the criteria. You should understand that doing this way you will get independent cursor, i.e. when user will change data in grid s/he will not update tables automatically, and you will have to write special Save routine to provide it.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform