Welcome to the nuBuilder Forums!

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

Change table name - save new row problem

Questions related to using nuBuilder Forte.
Post Reply
pierrot
Posts: 15
Joined: Thu Dec 14, 2017 11:51 am

Change table name - save new row problem

Unread post by pierrot »

After manual rename of table under SQL and in Form editor, nuBuilder is displaying an error after saving new row in edit form.
Reloading page in web browser fix the problem.
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Change table name - save new row problem

Unread post by admin »

pierrot,

Do you have a table named that?

Steven
pierrot
Posts: 15
Joined: Thu Dec 14, 2017 11:51 am

Re: Change table name - save new row problem

Unread post by pierrot »

Yes I've.

It's repeatable error:
1. Create form with Fast Form creator.
2. Rename table in phpMyAdmin.
3. Rename table in nuBuilder Form.
4. Add new row in Browse Form and click Save.

Manual fix. Hit F5 and reload window with nuBuilder.
mkpbalajiin
Posts: 5
Joined: Fri Dec 15, 2017 11:28 am

Re: Change table name - save new row problem

Unread post by mkpbalajiin »

It could be problem of lower case and upper case letter make sure table name and name in form are in same case
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Change table name - save new row problem

Unread post by toms »

mkpbalajiin wrote:It could be problem of lower case and upper case letter make sure table name and name in form are in same case
I think it's more of a caching issue because the new table name is recognized after refreshing the page.
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Change table name - save new row problem

Unread post by admin »

nuBuilder Forte loads the database schema at login (otherwise the system would slow down).

If you change something in phpmyadmin you'll need to login again.

I agree with mkpbalajiin though but I would say always use lowercase.

Steven
Post Reply