NO DELETE OF FIELDS OR TABLES ON SET UP
Posted: 2013-11-21 17:36
I have a database I use ever day.. I want make it kinda dummy proof for some users.. the one table Bus_status has 23 fields. Some folks only need to use 4 of those fields to do thier work. I would like to build an interface that only allows them access to the 4 fields. Basically a limited version of my original database without hurting my original. This allows the dummys to only access the fields they need to touch. A new apx file for the same mysql database as the original. Basically to use as new views only.
I tinkered trying to create new views.. no luck.
I then thought.. the database is actually MYSQL and appgini application is just an interface to that. So I will keep my original interface I built called ASDATA and build a new one for the dummys called Ops Toolbox. I did.. and deleted all the fields I don't want the 'dummy's' to access.
It would be great except the set up part.. when I ran the set up it deleted all the tables and fields I deleted in the dummy application called Ops Toolbox. I don't want it to do that. I want it to do everything else to set up with the EXCEPTION of deleting fields or tables that are existing in mysql but not in the dummy axp file. I would like to do this without the set up file deleting anything.. leave all the other tables and fields alone and just set up this interface to only access these few fields in this new apx file. The required fields including the record ID numbers are in every table on the dummy app as well as the original app.
How can I do this Ahmad? HELP Pretty please.
Thanks, Tina
Thanks, Tina
I tinkered trying to create new views.. no luck.
I then thought.. the database is actually MYSQL and appgini application is just an interface to that. So I will keep my original interface I built called ASDATA and build a new one for the dummys called Ops Toolbox. I did.. and deleted all the fields I don't want the 'dummy's' to access.
It would be great except the set up part.. when I ran the set up it deleted all the tables and fields I deleted in the dummy application called Ops Toolbox. I don't want it to do that. I want it to do everything else to set up with the EXCEPTION of deleting fields or tables that are existing in mysql but not in the dummy axp file. I would like to do this without the set up file deleting anything.. leave all the other tables and fields alone and just set up this interface to only access these few fields in this new apx file. The required fields including the record ID numbers are in every table on the dummy app as well as the original app.
How can I do this Ahmad? HELP Pretty please.
Thanks, Tina
Thanks, Tina