Series: Accessing SQL Server on NetBeans using JDBC
Accessing SQL Server on NetBeans using JDBC, Part 1: Create a connection This tutorial show you how to use NetBeans to connect SQL Server (2000 and 2005) by using …
Perform SQL Operations From Part 1, I have only established a connection with local SQL Server. Next I’ll show how to retrieve and modify data on remote SQL Server. …
Accessing SQL Server on NetBeans using JDBC, Part 3: Troubleshooting This post is the last part which gathers common problems along with solutions about accessing SQL Server using JDBC …