|
<p>hibernate+SQLserver2005 怎么配置?在使用上注意什么?我看过H+MySql想改成SQL Server</p>
<p><img src="http://img.baidu.com/img/iknow/icn_point.gif"> 悬赏分:5 -</p>
<p>解决时间:2010-10-25 11:16</p>
<p>提问者: ask_gg - 三级</p>
<p>最佳答案</p>
<p><property name="connection.autocommit">true</property></p>
<p><property name="dialect"></p>
<p>org.hibernate.dialect.SQLServerDialect</p>
<p></property></p>
<p><property name="connection.driver_class"></p>
<p>com.microsoft.sqlserver.jdbc.SQLServerDriver</p>
<p></property></p>
<p><property name="connection.url"></p>
<p>jdbc:sqlserver://localhost:1433</p>
<p></property></p>
<p><property name="connection.username">sa</property></p>
<p><property name="connection.password">sa</property></p>
<p>0</p>
<p>回答者:</p>
<p><img src="http://img.baidu.com/img/iknow/icon_taojin.gif"></p>
<p><img src="http://img.baidu.com/img/iknow/icon_huizhang.gif"></p>
<p>kejiaweiren - 十级 2010-10-25 10:10</p>
<p>我来评论>></p>
<p>提问者对于答案的评价:</p>
<p>谢谢啊!</p>
|
|