Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Changing a Tables FIeld Name
Changing a Tables FIeld Name
Is there a documentation for how to change a field name in the Database table that would affect the forms and reports? I know how to actually change the fieldname in the table using PPHMyAdmin, Im talking about what consequences in the nuBuilder forms do I need to consider or change, for example: if I change a fields name from cust_BirthDate to cust_DOB in the database.
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Changing a Tables FIeld Name
Change its Object ID and if it's used in the SQL, Browse Column, change it there too.
Then you could also dump the DB, search for the old column name in a text editor to make sure it isn't referenced anywhere else.
Then you could also dump the DB, search for the old column name in a text editor to make sure it isn't referenced anywhere else.