Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote View Question?
Message
From
21/02/2001 13:50:36
Bob Lucas
The WordWare Agency
Alberta, Canada
 
 
To
21/02/2001 13:44:30
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00478086
Message ID:
00478088
Views:
21
Are there any constraints on the table that would prevent a parent record from being deleted if there is a child record?

It is much quicker to do SQL Passthrough and TRUNCATE TABLE then to do a delete all.

It is also possible that you do not have enough log space to handle the deletes. When you delete records the deletes are all logged and if you have a lot of records being deleted, it may fill the log. Check to see if you have restricted growth on the log table.

And again, Truncate Table does not log deleted records so it is rather final, but very quick.


>I have a remote view/Updatable to a SQL 7 table. I try to zap the record set,
>but that does nothing. I try to delete all in the remote view and
>get back a update conflict message. any Ideas? Thanks Eric.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform