how can i connect my program to microsoft sql database??
Printable View
how can i connect my program to microsoft sql database??
I was looking into using a database with one of my programs myself, and I believe you can utilise the JDBC driver.
JDBC 101 - Connect to a SQL database with JDBC | Java JDBC connection example | devdaily.com
That seems like a quite detailed article to me but just google "JDBC" and "SQL database" and you should find quite a few hits =]