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

Text File Import Problem : Bad Name?

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Text File Import Problem : Bad Name?

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #22805
      peterlaursen
      Participant

      The problem is that the table name 'brthdate.txt' in not valid wilt MySQL before version 5.1.

      You will have to use the mapping option to rename the table to something that is supported.

      Oracle, SQL server etc. conform to standard SQL in respect to table naming. MySQL only does from version 5.1.

    • #22806
      Paula
      Member
      peterlaursen wrote on Oct 19 2006, 12:58 AM:
      The problem is that the table name 'brthdate.txt' in not valid wilt MySQL before version 5.1.

      You will have to use the mapping option to rename the table to something that is supported.

      Oracle, SQL server etc. conform to standard SQL in respect to table naming. MySQL only does from version 5.1.

      Great, thanks!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.