Accessing class using JDBC.

Component Java
Build Wizards Quickly Using a Swing-Based Wizard Framework
Chang Sau Sheong
Listing 1. Accessing class using JDBC.


. . .
Connection conn =
            DriverManager.getConnection(##JDBC_URL##);
Statement stmt= null;
ResultSet rs = null;
StringBuffer query = new StringBuffer();

       try {
        stmt = conn.createStatement();
	    query.append("##SQL_STRING##");
	    stmt.executeUpdate(query.toString());
   	}
        . . .

About the Author

Chang Sau Sheong is vice president of product engineering at elipva Ltd. (formerly known as sstarfire.com). He can be contacted at [email protected].

Upcoming Training Events

0 AM
Visual Studio Live! San Diego
September 8-12, 2025
Live! 360 Orlando
November 16-21, 2025
Cloud & Containers Live! Orlando
November 16-21, 2025
Data Platform Live! Orlando
November 16-21, 2025
Visual Studio Live! Orlando
November 16-21, 2025