hibernate properties for jtdc drivers and sqlserver
hibernate.dialect net.sf.hibernate.dialect.SybaseDialect
hibernate.connection.username sa
hibernate.connection.password password
hibernate.connection.driver_class net.sourceforge.jtds.jdbc.Driver
hibernate.connection.url jdbc:jtds:sqlserver://localhost:1433/hibernateTest
You need to have C:\Program Files\jtds-1_1\jtds-1.1.jar in your classpath.
0 Comments:
Post a Comment
<< Home