Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems deleting records of a view
Message
From
06/10/2005 09:41:55
 
 
To
06/10/2005 09:21:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01056715
Message ID:
01056731
Views:
14
>hi all,
>
>i have a problem with a view. It's a view on a sqltable. When i load the view it contains aprox 14.000 records. When i enter 'delete from myview' in the vfp command window my vfp stalls. Is this view to big for datahandling or could there be another problem (there is no buffering on my view an anyway) ?
>
>thnx.

try:
CURSORSETPROP("Buffering",5,"view")
CURSORSETPROP("BatchUpdateCount",100,"view")
delete from myview ....
deleteresult=TABLEUPDATE(.T.)
....
Previous
Reply
Map
View

Click here to load this message in the networking platform