I want to use MS Access in my project. I try to integrate with this code.
rs = st.executeQuery("SELECT name FROM MSysObjects where database <> ''");
By using this I try to get all the table names from MSysObjects
. But I get an error:
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'MSysObjects'.
Please help me resolve this error.