Finally, I found a solution. but unfortunately you need to change your db from odb to hsql.
1.Find your odb file in yourdatabasename.zip file
2.extract it
Now you can find the backups, data, script, properties files in the database directory under your database folder.
4.Install these files on yourdatabasename.data, yourdatabasename.backup, yourdatabasename.script, yourdatabasename.properties
5. Now your connection should be like this: "JDBC: HSQLDB: Addresstoyourdatabase file / database / database_name"
6. Remember to put "around your table name, like:" SELECT * FROM \ "Emp \" "
source share