Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error
Message
 
À
11/03/1999 22:33:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Error
Divers
Thread ID:
00196636
Message ID:
00196638
Vues:
36
Cannot update the cursor (Error 111)
You have attempted to write to a file that was created or accessed for read-only purposes.

You update data in a view just as you would update data in a table. With a view you can also update the view’s base tables. Views are, by default, buffered with optimistic row buffering.

You can update data in a view through the interface or the language. The first step in updating view data is to make the view updatable. In most cases, the default property settings automatically prepare the view to be updatable, but updates are not sent to the data source until you instruct Visual FoxPro to do so by setting the SendUpdates property to On.

To make a view updatable from the View Designer

In the View Designer, select the Update Criteria tab and verify the default settings.
The default settings for views you create through the View Designer usually prepare the view to be updatable; you only need to select the Send SQL Updates check box to turn updates on. You can further modify the tables, fields, SQL WHERE clause, and Update options as you desire.



>Hi..
>I want to know cause of error message "Cannot update the cursor (Error 111)" I try find in help but a litle information..I want to know about solve this error...
>
>Narong
---
Jason K. Monroe
Applications Developer / Systems Analyst
"It's impossible to look to the future,
When your always staring at the past."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform