Anybody Knows How to connect ms Access databse using swings....Is it possibles?
you have to write this code in your java programClass.forName("sun.jdbc.jdbcodbcDriver");Connectioncon=DriverManager.getConnection("jdbc:odbc:databasename");
Do u mean you want to display some data on a panel/frame designed in Swing?if yes use JDBC, generate a data-structure, use the data to displyLet me know if u need help in this
To access database you will need JDBC, not swings.