我一直在尝试将数据从Access数据库(2016)迁移到具有不同结构和不同表名的SQL数据库。
这是Access数据库的结构,但现在在phpmyadmin: -
我通常使用phpmyadmin来创建数据库。 这是phpmyadmin中数据库表的结构: -
我想知道是否有可能迁移数据,如果是这样,我在尝试迁移数据时会收到此错误。
2016年6月28日下午2:29:13 com.intellisoftkenya.onetooner.gui.MainFrame $ MigrationWorker doInBackground INFO:流程已启动。 2016年6月28日下午2:29:13 com.intellisoftkenya.onetooner.gui.MainFrame $ MigrationWorker doInBackground SEVERE:从中迁移数据时发生错误 ' tblCurrentStatus'到了#patient; status_status'。 2016年6月28日下午2:29:13 com.intellisoftkenya.onetooner.gui.MainFrame $ MigrationWorker doInBackground INFO:尝试从中删除任何不一致的数据 ' patient_status&#39 ;. 2016年6月28日下午2:29:13 com.intellisoftkenya.onetooner.gui.MainFrame $ MigrationWorker doInBackground INFO:从' patient_status'中删除了0条记录。修复 错误并重新运行该过程。 2016年6月28日下午2:29:13 com.intellisoftkenya.onetooner.gui.MainFrame $ MigrationWorker doInBackground SEVERE:迁移错误! com.intellisoftkenya.onetooner.business.MigrationException:进程 中止!有关详细信息,请参阅日志。
我可以使用迁移工具成功清除目的地;这意味着迁移工具能够与我的数据库进行通信。