1 2 3 4
import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; ...
Java MySQL code
by vikasvrao,
May 23, 2008 18:27,
2 refactorings
1 2 3 4
import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; ...
I'm using this as the core ...