当前位置: 技术问答>java相关
安装jive,数据库是sql server Database Connection Setup这一步过不去了
来源: 互联网 发布时间:2015-07-03
本文导语: 他告诉我: Configure your database connection below. The database schema does not appear to be installed. Please follow the database documentation included with this distribution. JDBC Driver 我用的是microsoft网站上面下载的,用他在我的jav...
他告诉我:
Configure your database connection below. The database schema does not appear to be installed. Please follow the database documentation included with this distribution.
JDBC Driver 我用的是microsoft网站上面下载的,用他在我的java程序里面连数据苦没有问题。
安装jive时 JDBC Driver我填的是:
com.microsoft.jdbc.sqlserver.SQLServerDriver
Server填的是:
jdbc:microsoft:sqlserver://192.168.0.5:1433;DataseName=jive
出错信息是:
The database schema does not appear to be installed. Please follow the database documentation included with this distribution.
后来改成
jdbc:sqlserver://192.168.0.5:1433
还是不行
应该怎么填啊?还是jive不支持microsoft的驱动啊?
Configure your database connection below. The database schema does not appear to be installed. Please follow the database documentation included with this distribution.
JDBC Driver 我用的是microsoft网站上面下载的,用他在我的java程序里面连数据苦没有问题。
安装jive时 JDBC Driver我填的是:
com.microsoft.jdbc.sqlserver.SQLServerDriver
Server填的是:
jdbc:microsoft:sqlserver://192.168.0.5:1433;DataseName=jive
出错信息是:
The database schema does not appear to be installed. Please follow the database documentation included with this distribution.
后来改成
jdbc:sqlserver://192.168.0.5:1433
还是不行
应该怎么填啊?还是jive不支持microsoft的驱动啊?
|
收到你的消息了,不好意思不来看看。^_^
首先,你要建一个用户,默认登录的数据库是jive。
然后用下面的连接:
jdbc:microsoft:sqlserver://192.168.0.5:1433
不需要这样指定:
jdbc:microsoft:sqlserver://192.168.0.5:1433;DataseName=jive
你再试试,看看它的installation文档。
首先,你要建一个用户,默认登录的数据库是jive。
然后用下面的连接:
jdbc:microsoft:sqlserver://192.168.0.5:1433
不需要这样指定:
jdbc:microsoft:sqlserver://192.168.0.5:1433;DataseName=jive
你再试试,看看它的installation文档。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。