Hello
I am having problem with ace command where the process will not exited even after closing the database.
I am using 2 different models where one is used to retrieve data from the database and the other one is used to save data into database using command. If I only using one model to retrieve the data and then close the database, the process will exit but when I try using the other model to save to database, the process will not exited.
Thank you.