Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

TextManipulator

Kris & Joel project 1

SQL Server JDBC Driver Setup

This project uses the Microsoft SQL Server JDBC driver.

  1. Download mssql-jdbc from Microsoft: https://learn.microsoft.com/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server
  2. Create a lib folder in the project root.
  3. Copy the JDBC jar (for example mssql-jdbc-12.8.1.jre11.jar) into lib.
  4. Compile with classpath:
javac -cp ".;lib/*" CodeSnippets.java TextManipulator.java
  1. Run with classpath:
java -cp ".;lib/*" CodeSnippets

About

Kris & Joel project 1

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages