ResultSet  rs=sql.executeQuery("SELECT * FROM score.mdb");your can not access a database like this. Using access, you should add the database to the System DSN. Follwoing the steps:
1. Go Start->Setting->ControlPanel->Administration tools->Datasource(ODBC). 2. Select System DSN and add the access. Name your database to be "score'
3. now rs=sql.executeQuery("SELECT * FROM score");