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

Getting Error Message

forums forums SQLyog Using SQLyog Getting Error Message

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #12495
      Kokie
      Member

      I'm getting an error message when I try to update my data. I'm importing from a Microsoft Access DB, which I have done numerous times to this same database folder. This is the error message I keep getting though:

      Quote:
      DBMS Information: ACCESS

      Importing table schema: Asmnt_Parcel… Successful…

      Importing table foreign keys: Asmnt_Parcel…

      ERROR in SQL:

      SELECT szRelationship, szColumn, szReferencedObject, szReferencedColumn, grbit FROM MSysRelationships WHERE szObject= 'Asmnt_Parcel' ORDER BY szRelationship, icolumn

      ERROR: [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'MSysRelationships'.

      Check …..SQLyogsja.log for complete error details.

      ERROR in SQL:

      SELECT szRelationship, szColumn, szReferencedObject, szReferencedColumn, grbit FROM MSysRelationships WHERE szObject= 'Asmnt_Parcel' ORDER BY szRelationship, icolumn

      ERROR: [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'MSysRelationships'.

      Check …..SQLyogsja.log for complete error details.

      Successful…

      Importing table data: Asmnt_Parcel…

      ERROR: 1054, Unknown column in 'field list'

      Table:Asmnt_Parcel

      Why would it be doing this? I've uploaded this same kind of content before with no problems.

      Thanks!

    • #32820
      ashwin
      Member

      Hello,

      Quote:
      ERROR: [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'MSysRelationships'.

      The “MSysRelationship” is an Access system table. It must be readable for SQLyog to migrate Access 'relationships' to MySQL 'Foreign Keys'. By default, read access to the system tables of an Access database is restricted for external applications.

      Please refer the link: http://www.webyog.com/en/whitepapers/Preparing_Access__Migration.pdf

      Regards,

      Ashwin A

    • #32821
      Kokie
      Member

      Thank you! That fixed the problem :).

Viewing 2 reply threads
  • You must be logged in to reply to this topic.