Is there a way to post all entries in a file based file and then be able to print that data? For example, I'd want the file based file to contain all information from all users that submitted a form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
an admin portal is included with the program. If the filebased db system is chosen, all the entries are writted to the file and can be viewed thru the admin portal.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-28
Is there a way to store and extract the data from the filebased db system?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you are asking the obvious. If there was no way of storing and extracting data from the file db, why would it exist? The form that is generated includes the code to write to the file db if you select that option. The admin portal *extracts* and displays the information.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to post all entries in a file based file and then be able to print that data? For example, I'd want the file based file to contain all information from all users that submitted a form.
an admin portal is included with the program. If the filebased db system is chosen, all the entries are writted to the file and can be viewed thru the admin portal.
Is there a way to store and extract the data from the filebased db system?
you are asking the obvious. If there was no way of storing and extracting data from the file db, why would it exist? The form that is generated includes the code to write to the file db if you select that option. The admin portal *extracts* and displays the information.