I have a task to make an application that will connect Java with SQL database, when I served Google I found that I have to download the JDBC driver of Java (jar files) that will enable me to connect to a SQL Server database from Java, but I have found a lot of different versions of it.
So, can anyone please tell me the differences between them?
I'm using the latest version of Java (jdk 1.6.0), also I'm using SQL Server 2008
Also, I heard about JDBI and that is secured more than JDBC, so is that info true or not, and if it's true how can I use JDBI instead of Normal JDBC?
Please help as soon as you can
Thanks in Advance