Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL updates and VFP table buffering
Message
From
28/01/2002 20:44:55
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00611778
Message ID:
00611986
Views:
23
This message has been marked as the solution to the initial question of the thread.
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
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform