[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-1190?page=c...
]
Sandeep M commented on HBX-1190:
--------------------------------
Issue is fixed now. I tried few more steps and it is working fine.
Below is config file :
<property
name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
<property
name="connection.url">jdbc:sqlserver://localhost:1433;database=master</property>
<property name="connection.username">sa</property>
<property name="connection.password">admin123</property>
<!-- JDBC connection pool (use the built-in) -->
<property name="connection.pool_size">1</property>
<!-- SQL dialect -->
<property
name="dialect">org.hibernate.dialect.SQLServerDialect</property>
------------------------------------
## MS SQL Server
hibernate.dialect org.hibernate.dialect.SQLServerDialect
hibernate.connection.username sa
hibernate.connection.password admin2123
--------------------------------------------------------------------------
java.sql.SQLException: No suitable driver found for
jdbc:sqlserver://localhost:1433/tempdb
------------------------------------------------------------------------------------------
Key: HBX-1190
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-1190
Project: Hibernate Tools
Issue Type: Bug
Components: eclipse
Affects Versions: 3.2.4 Beta1
Environment: Java SE 6/MS SQL 2005, Hibernate 3.0
Reporter: Sandeep M
Priority: Minor
Labels: MSSQL2005, hibernate
Original Estimate: 56h
Remaining Estimate: 56h
Dear All,
I am unable to implement hibernate for MS SQL 2005. Lot of errors.
I have added proper sql jar files from microsoft.
Please help me in impementing my application.
- regards
Sandeep M
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira