Connecting to SQL
Trying to connect to a SQL server with java. Are there simple instruction on how to connect to a SQL server with java. I want to be able to run a simple select statement with java code. Do I need to setup a ODBC connection, do I need to add username and password within java code? I want to be able to test the connection and then execute the select statement through java. Thanks for any help!
|