Hi everyone i have one question i.e. i have some database table’s which are already exist in database but i am not able to use them in my application. I am able to connect to database but i am not getting the tables which i have already created. I am not creating tables programmectically but i want to use existing table in my database. If i am creating tables programmetically then it’s fine but how can i use existing table.
If anyone is having any idea plz suggest me some solution.
Hi everyone i have one question i.e. i have some database table’s which are
Share
Answer to my question is simpelly copy your database by using the followig code.
private void CopyDataBase() throws IOException {