i want to create a class from fields of dynamic form so that i can create corresponding table in sqlite dynamically.
i an generating the form based on xml file. after i capture data i want to save those data into sqlite database. But since i am not sure what fields will be there in form, i can't create database. so i thought of creating database dynamically based on form fields but for that i need a class having the form fields as data which will be passed to the method which will create the table.
Aucun commentaire:
Enregistrer un commentaire