Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL updates and VFP table buffering
Message
 
À
28/01/2002 20:44:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00611778
Message ID:
00613670
Vues:
28
Hi,

I tried your suggestion and it works since I see all the records I updated in the remote view appear in the SQL table. Problem is that it is still very slow. I updated 25 records and it took 25+ seconds before the tableupdate() returned control to VFP. I'm testing it with a larger table (>400 records) and it is taking longer that I expected since I started it 10m minutes ago and it still hasn't finished.

Do you have any other ideas?

Thanks;
Arriyel

>Arriyel,
>
>>then doing a tableupdate() but it would only add 10 records or less with the rest missing. Is there a setting on the SQL server I need to set?
>
>Yes, for a remote view you probably need to use the following command:
>
>
>DBSETPROP("MyView", "View", "MaxRecords", -1)
>
>
>I believe it may default to 10 MaxRecords.
>
>HTH,
>~~Bonnie
Speak using soft and sweet words in case you have to eat them later.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform