Hi All,
I can't insert java variable into ms access database.
I'm using odbc connection to ms access.
Below are my coding.
Code:
 try 
        {
        Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");        
        // set the connection for database path
        String Database_Path = "E:/Segi/Project/Coding/Car_Park_Storage.mdb";
        String Storage = "jdbc:odbc:Driver={Microsoft
...