⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Table Column Names with spaces



johnsmith

johnsmith
  • profile picture
  • Member

Posted 04 October 2015 - 08:01 AM

I am maintaining an old database, whose tables have many column names containing spaces, such as `Last Name`, `First Name`, `Middle Name`. It is a little too late to change the names, since a legacy php app depends on them.

Now, when I use Grocery Crud, I notice that when I add/update records, the columns with spaces in them do not update although firebug returns "success" . Is there a way around this problem?

Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 04 March 2016 - 04:15 AM

Hi John,

 

Can you share the code that you trying in with the db structure.. sorry unfortunately by reading, it is difficult to understand whats going on in there