Hello.
I download JDBC 3.0 trial version driver for MS Access 97 and write test. Test work fine - all query has executed. But during test executions I see that ldb file not created. Is it bug? May be I do something wrong? On site http://support.microsoft.com/kb/136128/ written "The .ldb file plays an important role in the multiuser scheme of the Microsoft Jet database engine versions 3.0 and 3.5. The .ldb file is used to determine which records are locked in a shared database and by whom."
|
HXTT Access doen'st use the same lock mechanism like MS Access. It has its own pure Java databsae engine. For multiuser support, you can use client/server mode.
|