I am creating a student roaming application for a friend and I just work with the exception of the GUI. I'm writing it in wxpython, but I'm not sure how to proceed with the input field because it's a relational database, is there a simpler way to do this?
It is easy, but can be tedious, because you can validate, analyze, convert, etc. To do. Any input field anyway, you can make DAO with appropriate SQL queries for each unit on your database. Then use some model objects that will interact with your GUI (verification, parsing, etc.) and DAO.
Comments
Post a Comment