Jump to content

Access migration error


Daven

Recommended Posts

I am newbie While using Migration tool for the first time a simple AESBC.MDB with 1 table T1392 I get this error

 

- Tables

`AESBC`.`T1392`

---------------

A table must have at least 1 column

 

`AESBC`.`T1392`

---------------

The following error occured while transfering data from T1392

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

 

looking back at the SQL script I wander if there is something wrong here

 

DROP TABLE IF EXISTS `AESBC`.`T1392`;

CREATE TABLE `AESBC`.`T1392`

ENGINE = INNODB;

???

Link to comment
Share on other sites

looking back at the SQL script I wander if there is something wrong here

 

DROP TABLE IF EXISTS `AESBC`.`T1392`;

CREATE TABLE `AESBC`.`T1392`

ENGINE = INNODB;

???

 

I'm not familiar with the migration tool but I will confirm that the generated CREATE statement is missing the column definitions

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.