开发者

How to empty foxpro db table?

How can i empty the whole foxpro db table using an开发者_StackOverflowy trigger or stored procedure


The only way to empty a FoxPro table is first by getting exclusive access (ie no-one else has the file open and you can USE yourTable EXCLUSIVE): then you can use the ZAP command.


You can also

use table
Delete all

But they wont be fully deleted until a deleted until PACK is issued

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜