|
Advertisement
|
Forum posts by KOUASSI AKA:1 page [ 1 ]
Posted in Java Answers Forum, Jun 11, 2002, 7:37 PM
Jenny, can you help me , I have the same pb with an access db.import java.io.* ;import java.sql.* ;public class Test{ public static void main(String args[]){ try{ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance() ; Connection conX = DriverManager.getConnection("jdbc:odbc:LIENTEST","","") ; Statement smt =...
1 page [ 1 ]
|