Hello, today is my 3rd day using this wonderful tool, and I would like to create a simple program, for example, an Product Inventory. Let me explain:
I have created a basic program that works offline, but now I'm not sure how to establish this connection. Could you give me some advice or direction? Thank you for your kindness!
I am open to all suggestions and critiques, which I will gladly accept. I apologize if I haven't posted something as I should have, so please do point that out to me, as I will be posting many more things in the future!
- The program should have the capability to establish a connection via jrdc2 to a server, enabling the seamless transfer and creation of a table ("Products Inventory") in SQLite. This functionality is essential to ensure smooth offline operation as well. The user will primarily be responsible for entering quantities.
- Once the user completes the item counting process, they should have the convenience of transferring all the data from SQLite back to the MySQL "Inventory table".
I have created a basic program that works offline, but now I'm not sure how to establish this connection. Could you give me some advice or direction? Thank you for your kindness!
I am open to all suggestions and critiques, which I will gladly accept. I apologize if I haven't posted something as I should have, so please do point that out to me, as I will be posting many more things in the future!