有“AlterTable” dbx 元数据中的命令?

发布于 2024-12-10 01:25:02 字数 188 浏览 2 评论 0原文

如何使用 dbx 元数据修改现有数据库?我正在尝试,但我只能创建一个新表,其中包含新列、新定义...例如,我可以在现有数据库中添加新列吗?

“CreateTable”命令不会进行更改......我是对的吗?有“AlterTable”命令或类似的东西吗?

我正在使用 Delphi XE 和 Firebird

谢谢

How do I use the dbx metadata to modify an existing database? I'm trying, but I just able to create a new tables, with the new columns, new definitions... For example, can I add a new column into an existing database?

The "CreateTable" command dont makes changes... i'm right? There are "AlterTable" command or something like this?

I'm using Delphi XE with Firebird

Thanks

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

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

发布评论

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

评论(1

自此以后,行同陌路 2024-12-17 01:25:02

直接使用SQL命令,然后你就可以做你的数据库支持的任何事情。无需 DBX 干扰该过程。

Use SQL commands directly, then you can do anything that your database supports. No need to have DBX interfering with that process.

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