Basic database application
From FacileWiki
[edit]
Editing for your own use
If you are using Basic db app v1 then you need to change the database table name in the following places...
- In the begin submit for the add, edit and delete parts of the submit, if you have not altered the code the changes need to be made on line numbers 22, 29 and 34.
- The query for the element called "data_list" thats the query list.
If you are using Basic db app v2 then its a little more complicated so change the following...
- As with version 1 change the query for the element called "data_list" thats the query list.
- Edit the form and select form pieces and in the before form piece change the query on line 33.
- You may wish to edit the db table creation code for your own table but if you want to remove it all togeather delete line 4 to 18.
- Still in edit form go to submit pieces and in the begin submit change the table name on the following lines, 24, 43 and 68.