如何清空foxpro数据库表?

发布于 2024-09-28 20:41:03 字数 37 浏览 3 评论 0 原文

如何使用任何触发器或存储过程清空整个 FoxPro 数据库表

How can i empty the whole foxpro db table using any trigger or stored procedure

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

别念他 2024-10-05 20:41:03

清空 FoxPro 表的唯一方法是首先获得独占访问权限(即没有其他人打开该文件,并且您可以独占使用您的表):然后您可以使用 ZAP 命令

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.

寻梦旅人 2024-10-05 20:41:03

您也可以

use table
Delete all

但是它们不会被完全删除,直到发出删除直到 PACK 为止

You can also

use table
Delete all

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文