View Single Post
  #2 (permalink)  
Old 11-22-2009, 03:01 AM
travishein's Avatar
travishein travishein is offline
Senior Member
 
Join Date: Sep 2009
Location: Canada
Posts: 355
Rep Power: 1
travishein is on a distinguished road
Default
JDBC has two pieces to it. the API (interfaces) that come with java, and the vendor-supplied database driver (implementation). In your case, because you are trying to connect to the Microsoft SQL server, have you downloaded their JDBC driver .jar file and placed it somewhere into the classpath that is accessible by netbeans or java applications (such as as the JRE/lib/ext/ folder

I'm pretty sure the default netbeans IDE would not come with the MS-SQL database (or any other database product for that matter). JDBC drivers.
Reply With Quote