New using mysql.
I want to check wether the database and the tables which are my program needed when the program starts. But I don't want to get a exception when I really inserting something into the tables when I know the table has not been actually setup.
Does anything support my idea?
I want to check wether the database and the tables which are my program needed when the program starts. But I don't want to get a exception when I really inserting something into the tables when I know the table has not been actually setup.
Does anything support my idea?