I am continuing development of a database and have a few separate database files in SQLLite. I want to be able to re-use as much code that handles database functions as possible.
In this case handling things like:
1. Creating a Map that receives the field data from a form and writes the data to the corresponding table.
2. Record and Table re-draw functions
3. Form event processing (Buttons and Fields).
Any ideas please?
In this case handling things like:
1. Creating a Map that receives the field data from a form and writes the data to the corresponding table.
2. Record and Table re-draw functions
3. Form event processing (Buttons and Fields).
Any ideas please?