在visio中设计SQL数据库
我想在 Visio 中设计 SQL 数据库的架构,
但默认数据库是 Microsoft Access,并且其中不存在某些数据类型(例如tinyint)。
如何将数据库类型更改为 SQL ?我正在使用 visio 2007
谢谢!
I want to design a schema of my SQL database in Visio
But the default database is Microsoft Access, and some datatypes do not exist there (such as tinyint).
How can i change the database type to SQL ? I'm using visio 2007
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更改目标数据库驱动程序。
更改为 SQL Server(如果已安装)之类的内容应该可以让您选择使用tinyint
Source 链接
To change the target database driver.
Changing to something like SQL server (if you have it installed) should give you the option to use tinyint
Source link
如果您碰巧在 Visio 2010 中寻找相同的内容,它现在已移至“数据库”菜单 >“数据库”。数据库驱动程序>>驱动程序选项卡
If you happen to be looking for the same thing in Visio 2010 it's now moved to Database menu > Database drivers > Drivers tab