Here in this post I am writing about some possible solutions of JDBC – MS SQL server connection problem. During my work I had faced this problem and tried a little hard to findout the solution. In our project when we tried to connect to MSSQL Server, through its default port 1433 it thrown anContinue reading “Six Possible solutions for JDBC – SQL Server Connection problem”
Category Archives: JDBC
HSQLDB: a lightweighted relational database
HSQLDB is a relational database engine written 100% in Java , with a JDBC driver. This supports a subset of ANSI-92 SQL. It is best known for its small size, ability to execute completely in memory and its speed. It offers a small (about 100k), fast database engine which offers both in memory and diskContinue reading “HSQLDB: a lightweighted relational database”
The new attractive features of JDBC 4.0
Java SE 6.0 is expected to be released in October 06. An important part of the new version of Java is the new JDBC 4.0 API. JDBC 4.0 brings several changes to JDBC, but its top priority is making things easier for developers. Interesting developments in JDBC 4.0 are: 1. No need to explicitly loadContinue reading “The new attractive features of JDBC 4.0”