1. Hibernate | JBOSS MSSQL datasource error stackoverflow.comI'm getting the below exception when I try to commit to the database
|
2. MS SQL Server 2000 connection problem forum.hibernate.orgHi, this is my first project which using Microsoft SQL Server 2000. I already developed few project which are used MySQL as database. Found a serious problem at SQL Server 2000, I can insert new record in the database, but when i update a object X with calling session.update(X) and session.commit()... Exception throwing... The message as below: Full stack trace of ... |
3. MS SQL Server 2000 connection problem forum.hibernate.orgHi, this is my first project which using Microsoft SQL Server 2000. I already developed few project which are used MySQL as database. Found a serious problem at SQL Server 2000, I can insert new record in the database, but when i update a object X with calling session.update(X) and session.commit()... Exception throwing... The message as below: Full stack trace of ... |
4. MS SQL Connection problem!!!! forum.hibernate.orgOne of the simplest tests for connection issues is to trying a telnet to port 1433. If you don't get a connection, either there's a firewall of some sort in the way blocking you or the service is not currently running on the target host. BTW, I used the jTDS driver with Hibernate v3.0 on a recent project without any connection ... |
5. MS SQL Connection forum.hibernate.orghi when i connect to MS SQL SERVER 2000 its says "Cannot open connection " as my hibernate.cfg.xml |
6. Hibernate3 connection to SQL server 2005 forum.hibernate.org |