I would appreciate if anyone could tell me how TDK connects to a database.
I could not see the following lines anywhere in the .java files:

 Class.forName(driverName).newInstance();
 con = DriverManager.getConnection(URL, props);
 stmt = con.createStatement();
 rs = stmt.executeQuery(query);

perhaps I did not look at the right place.

cheers
michael








--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to