My program didn’t give errors but it didn’t connect to SQL Server. Which processes must I run in SQL Server Configuration Manager besides browser? Should I run SQL Server agent and SQL Server (mssqlserver)?
My program didn’t give errors but it didn’t connect to SQL Server. Which processes
Share
You’ll need the JDBC driver that matches your vendor to connect Java to any relational database.
Microsoft has one for SQL Server; jTDS is an open source alternative.
Here’s a link to the JDBC tutorial to get you started.