Spring Roo:数据库内省 --schema vm1 / Schema vm1 不存在
我是Spring Roo的新手。我想对mssql数据库进行逆向工程。 (jtds 已安装)
但是当我运行:
database introspect --schema vm1
时,我得到了:
架构“vm1”不存在或没有任何表。注意,有些数据库的schema名称是区分大小写的
图片可以说出一千多个单词,看一下
http://img199.imageshack.us/img199/4893/image000f.png
我做错了什么? 先谢谢了。
[使用的环境:SpringSource工具套件版本:2.6.0.RELEASE]
I'm new to Spring Roo. I would like to do reverse engineering on mssql database. (jtds is already installed)
But when I running the :
database introspect --schema vm1
I got this :
Schema 'vm1' does not exist or does not have any tables. Note that the schema names of some databases are case-sensitive
picture can tell more than thousand words, take a look at it
http://img199.imageshack.us/img199/4893/image000f.png
What did I wrong ?
Thanks ahead.
[Used env: SpringSource Tool Suite Version: 2.6.0.RELEASE]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用“--schema dbo”,数据库名称已在您的连接 URL 中。
Use "--schema dbo", the db name is already in your connection URL.