I have two applications that are supposed to use the same database. Both of these need write access to the full database. This does not seem to be working correctly. I linked both apps to the same database, but I get a Permission Denied for one of them (specifically when it tries to access the hibernate_sequence table).
Is there any way to fix this and make this setup work?
I have two applications that are supposed to use the same database. Both of these need write access to the full database. This does not seem to be working correctly. I linked both apps to the same database, but I get a Permission Denied for one of them (specifically when it tries to access the hibernate_sequence table).
Is there any way to fix this and make this setup work?