Can't use delete the records of Access through jdbc connection
843854Feb 6 2002 — edited Feb 6 2002My application needs to delete all the records of a table in Access and then insert data from oracle to access. However, it prompts the error that the driver does not support this operation when the program tries to delete all the records of a table in Access file.
I suspect whether access jdbc driver does not support delete statement? Do anyone know how to fix it?
Thanks in Advance!