Hello helpful people!
I've just recieved a new assigment where I am supposed to create an employee, inventory and administration application. I've also got a MySQL-database including all employees, items, orders, customers, history and so on.
Now, my question is how do I approach this? Should create my own classes like "Employee", "Customer" and "Inventory"? Is that the better way, considering that I have to connect the database to VB?
Please excuse me if I am not specific enough, I have little to no experience in programming, but I couldn't find a good answer online that is why I am asking you guys.
Thank you in advance.