JDBC Connection to Microsoft SQL server

Опубликовано: 07 Октябрь 2024
на канале: Jorge Escobar
154
0

Today I'm trying to connect a Java application to a Microsoft SQL server database.

This exercise will help me to allow me to understand how to connect to databases at work from Java and do sophisticated command line apps to handle common problems at the job.

In the future I want to do this for MySQL, MariaDB, Oracle and PostgreSQL all on the same app.