Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Table names / upper and lower case

forums forums SQLyog Using SQLyog Table names / upper and lower case

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8696
      m175400
      Member

      When I make changes to my table structures it renames my table to all lowercase, for instance tblLatestNews to tbllatestnews. When I export a table to batch scripts, or a db, it seems to mix up the upper and lower case which generates errors when you try and execute it because it is trying to add records to tblLatestNews rather than tbllatestnews, which on one hand it has decided to change the case of but has still exported batch-script-wise in the original format. Very odd. I have to change the table name to something else first, then back and with the appropriate case because else it thinks I am changing the name to the same as another table already because it doesn't realise the difference between the case. ARGH!

      Anything I can do change this?

    • #16695
      Ritesh
      Member
Viewing 1 reply thread
  • You must be logged in to reply to this topic.