I’m brand new do Java’s JDBC. I’ve designed a database for a Java application that I’m building, and have read some about the Class.forName() method, but I’m not sure what driver to set it to.
I’ve tried searching the SQL Server files to find the “Driver”, and have searched online for information with nothing helpful as of yet.
I found a SQL Server driver outside on the web, but wasn’t sure if, since it’s not coupled with the files of the actual program, that I’d be able to use it or not.