posted 10 years ago
I created a GUI and a table in embedded derby through the Net Beans , and I enter a lot of data in it , it will work like a dictionary . because the user will make researches on it , in my house I can do researches and inserts this table without problems , but only on my computer ! If I would like to create it on another computer , the GUI works , but the connection to the database and access the data that I created are not made because the user will want to see the words in the dictionary that I inserted in my house . How do I run my application on another computer to be automatic database connection and the user can access the database has already been created in my house with the words I enter ? How do I create a portable database with automatic connection to the derby ? This way the user will only need to install the software with the embedded database and make researches usually with the imported database from my home , without concern to connect and make no import .
Thanks a lot guys .
Add :
I'm correcting my post, I expressed myself poorly expensive, I need to make a backup of the database and place the database within the project, the project will not be web, my application will have no external access, it will be local and offline, the bank will be in the client's home, but with my data previously entered, the client will run the graphical window and open the database that I put in the design and research data, how do I insert the bank in the project?