JDBC won’t connect to a database in .java program with the derby ij tool open after I disconnected from the database in Ij
I have a UserDataDB that I cannot get a connection to in a Java program after I was connected to it in Windows CMD. With java org.apache.derby.tools.ij open in CMD I connect to UserDataDB and eventually disconnect from it. With ij still open the Java program doesn’t connect. Why is it that my Java program doesn’t connect with Ij still running even if I disconnected from the database in Ij? I have to exit ij for the Java program to connect to the database.
JDBC and Apache Derby will not connect to a specific database file
I have a UserDataDB created that I cant get a connection. I can get a connect to another file in the same folder as UserDataDB. Any ideas as to why this folder does not work and the other ones do?