Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Changing a Tables FIeld Name

Questions related to using nuBuilder Forte.
Post Reply
icoso
Posts: 181
Joined: Sun Feb 07, 2021 11:09 pm
Been thanked: 1 time

Changing a Tables FIeld Name

Unread post by icoso »

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.
kev1n
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

Unread post by kev1n »

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.
Post Reply