Preparing a Microsoft Access Database for Migration



Similar documents
Microsoft Office 2010

Installing your certificate on your Windows PC

Configuration for Professional Client Access

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

WorldShip Import Shipment Data

Installing Hortonworks Sandbox on Hyper-V

This tutorial provides detailed instructions to help you download and configure Internet Explorer 6.0 for use with Web Commerce application.

Junk Settings. Options

How to install and use the File Sharing Outlook Plugin

The purpose of this User Guide is to provide users with guidance on the following:

WorldShip Export Shipment Data

Importing your personal certificate(s) to Microsoft Internet Explorer from a Back-up (or export) file

Create a PDF File. Tip. In this lesson, you will learn how to:

Microsoft Access 2007 Advanced Queries

Account Create for Outlook Express

Pharmacy Affairs Branch. Website Database Downloads PUBLIC ACCESS GUIDE

Use the below instructions to configure your wireless settings to connect to the secure wireless network using Microsoft Windows Vista/7.

AVImarkSettings for Microsoft Office

How to integrate Verax NMS & APM with Verax Service Desk

Jolly Server Getting Started Guide

Archiving Your Mail in Outlook 2007

What is a Mail Merge?

Extracting an S/MIME certificate from a digital signature

Configuring Network Load Balancing with Cerberus FTP Server

Converting Microsoft Access 2002 to Pipe-Delimited ASCII Text Files

Sync Appointments from the Schedule Certifications Screen

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

Archiving. Follow these steps to archive your

MICROSOFT OFFICE LIVE MEETING GUIDE TO GENERATING REPORTS

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

eadvantage Certificate Enrollment Procedures

There are several ways of creating a PDF file using PDFCreator.

Creating a Distribution List from an Excel Spreadsheet

Migrating a Database from Legi for Windows 2.X to MS Access

Place a Call on Hold 1) In Call Control Area, click to select call to hold. 2) Click Hold button.

Learn AX: A Beginner s Guide to Microsoft Dynamics AX. Managing Users and Role Based Security in Microsoft Dynamics AX Dynamics101 ACADEMY

MICROSOFT EXCEL 2011 MANAGE WORKBOOKS

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT S

Moving the Web Security Log Database

CenterLight Remittance Reader Installation Guide(64 bit) CenterLight Remittance Reader Installation Guide (64 bit) Page 1 of 15

Creating Student List from Agresso

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide

Fax and SMS Quickguide

MICROSOFT ACCESS 2007 BOOK 2

Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication

Importing Contacts to Outlook

WorldShip Import Customer Addresses

How to increase virtual memory in Windows XP with Service Pack 2

Organizing and Managing

Lab: Data Backup and Recovery in Windows XP

How to set up Outlook Anywhere on your home system

How To Send An Encrypted In Outlook 2000 (For A Password Protected ) On A Pc Or Macintosh (For An Ipo) On Pc Or Ipo (For Pc Or For A Password Saf ) On An Iphone Or

Installing Basic PAYE Tools onto a networked computer

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

How to Use AutoArchive to Manage the Size of Your Outlook Mailbox

How to Back Up and Restore an ACT! Database Answer ID 19211

You must have at least Editor access to your own mail database to run archiving.

Configuring Your Firewall for Client Access in Professional Edition

Moving a CIMPLICITY SQL Database using Detach/Attach Proficy HMI/SCADA CIMPLICITY

How schedule AccuTRConsole to run every hour

Moving the TRITON Reporting Databases

HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP

Installation Instruction STATISTICA Enterprise Small Business

OrgPublisher for PeopleSoft HCM. Scheduler

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Document Revision Date: August 14, Create a New Data Protection Policy in the Symantec.cloud Management Portal

From the Start Page click on Create New Client. Alternatively, you can click on New Client within the Browse window on the left hand side

Lab - Data Backup and Recovery in Windows XP

Microsoft Word 2011: Create a Table of Contents

Monitoring ESX/ESXi servers with Verax NMS & APM

Accessing the Professional Development Plan (PDP) Evaluation Process Staff Evaluations Edit Professional Development Plan.

Configuring the SST DeviceNet OPC Server

CDOT Linking Excel Documents to MicroStation

Using Entrust certificates with Microsoft Office and Windows

GETTING STARTED WITH QUICKEN with Online Bill Pay for Windows

Installing Cobra 4.7

Company Setup 401k Tab

Migrate from Outlook Express to Windows Live Mail

Nexio Connectus Cluster Set Up with SQL Server Backend

LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365

Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager.

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

Census. di Monitoring Installation User s Guide

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory

Linking Access to SQL Server

QUANTIFY INSTALLATION GUIDE

Outlook . Step 1: Open and Configure Outlook

3. In the Name field, enter a unique name for the task pad. Note that this name might be visible to cashiers.

Payroll. 4. Print Checks. Table of Contents Print Checks...2 All...3 Department...4 Print Single Posting...5

Using the Advanced Tier Data Collection Tool. A Troubleshooting Guide

1. After installing you can launch the program by clicking on the Start button and then select Programs, then WS_FTP LE, and then WS_FTP LE.

Archiving Your Mail in Outlook 2010

Transcription:

Preparing a Microsoft Access Database for Migration Using SQLyog s ODBC Import Tool, user can migrate Access database (2003/07/10/13) along with table indexes by simply following the wizard. But in order to import Foreign Keys, SQLyog's Import External Data requires access to the system tables of the Microsoft Access database for the purpose of reverse-engineering. By default, read access to the system tables of an Access database is restricted for external applications. The procedure to enable the read access depends on the MS-Office/Access version. But in every case you must first unhide the system tables and next change some of their properties. This procedure can be broken down into the following three steps: STEP 1: Unhiding system tables for all Access versions This step enables SQLyog s ODBC Import tool to access the system tables of the Access database. a) Unhiding system tables for Access 2003: For Microsoft Access 2003, select tools and go to options and select the view tab. Figure 1: The show section in Access2003 Check the box next to the System objects option and close the options dialog. System tables for the database should now be present: Figure 2: The system objects Note the presence of the various MSys tables. b) Unhiding system tables for Access 2007: For Microsoft Access 2007, choose the Access Options for the selected database after you click the Microsoft Office Button. Select Navigation Options in the Current Database category. Within the Navigation Options dialog, look for the Display section:

Figure 3: The Display section on Access2007 The System tables for the database are displayed after selecting the Show System objects option in the Navigation options dialog. Figure 4: The system objects for Access 2007 Note the presence of the various MSys tables. c) Unhiding system tables for access 2010. For Microsoft Access 2010, go to file and options. Select Navigation Options in the Current Database category. Within the Navigation Options dialog, look for the Display options.

Figure 5: The Display section on Access2010. The System tables for the database are displayed after selecting the Show System objects option in the Navigation options dialog. Figure 6: The system objects for Access 2010 Note the presence of the various MSys tables. d) Unhiding system tables for Access 2013: For Microsoft Access 2013, go to file and options. Select Navigation Options in the Current Database category. Within the Navigation Options dialog, look for the Display options.

Figure 7: The Display section on Access2013 The System tables for the database are displayed after selecting the Show System objects option in the Navigation options dialog. Figure 8: The system objects for Access 2013 Note the presence of the various MSys tables.

STEP 2: Change the database file format to.mdb format. Microsoft Access 2007/ 2010/2013, User-level security features (user and group permission) is available only if the database has a.mdb file format. It is not available in databases that use one of the new file formats like.accdb,.accde,.accdc,.accdr. Please refer to the link below for details: http://office.microsoft.com/en-us/access-help/what-happened-to-user-level-security- HA010234561.aspx?pid=CH100621891033 a) Save as.mdb format in Access 2007 Select the newly created.accdb file, click on the Microsoft Office Button and then go to the save as option. Either save it in the 2003-2000 or the 2000 format. Figure 9: Save As option in Access 2007 b) Save as.mdb format in Access 2010 Select the newly created.accdb file and then click on the option that reads save and publish. Once you click on that option you will see save database as option onto the right hand side. Save the database as either Access 2000 or Access 2002-2003 database option.

Figure 10: Save As option in Access 2010 c) Save as.mdb format in Access 2013 Select the newly created.accdb file and then click on File and save as. Once you click on that option you will see save database as option onto the right hand side. Save the database as either Access 2000 or Access 2002-2003 database option. Figure 11: Save As option in Access 2013 STEP 3: Give Users and group permission on Access system tables. a) Changing table properties for all Access versions up to and including Access 2003: After you expose the system objects to the ODBC Import Tool, you must also grant permission to access the objects. Choose the User and Group Permissions entry from the Security section of the Tools menu: Enable the Administrator permission for both the MSysObjects, MSysQueries & MSysRelationships tables. You will need to click the Apply button after enabling each table and before moving to the next table. Figure 13: Selecting user and group permissions in Access 2003

Figure 14: Enabling Administrator Permissions in Access 2003 b) Changing table properties for Access 2007: After you expose the system objects to the ODBC Import Tool, you must also grant permission to access the objects. Choose the User and Group Permissions entry from the Database Tools menu. Figure 15: Selecting user and group permissions in Access 2007 Figure 16: Enabling Administrator Permissions in Access 2007 Enable the Administrator permission for both the MSysObjects, MSysQueries & MSysRelationships tables. You will need to click the Apply button after enabling each table and before moving to the next table.

After completing these steps, you can reverse-engineer the schema in your Access database using the SQLyog s ODBC Import Tool. c) Changing table properties for Access 2010: After you expose the system objects to the ODBC Import Tool, you must also grant permission to access the objects. Once the data base is converted into.mdb format select the Manage users and permission option. Figure 17: Selecting Manage users and permissions in Access 2010 After selecting this option select the first option that reads Users and Group Permissions.

Figure 18: Selecting user and group permissions in Access 2010

Enable the Administrator permission for both the MSysObjects, MSysQueries & MSysRelationships tables. You will need to click the ok button after enabling each table and before moving to the next table. Figure 19: Enabling Administrator Permissions in Access 2010 d) Changing table properties for Access 2013: After you expose the system objects to the ODBC Import Tool, you must also grant permission to access the objects. Once the data base is converted into.mdb format select the Manage users and permission option. Figure 20: Selecting Manage users and permissions in Access 2013

After selecting this option select the first option that reads Users and Group Permissions. Figure 21: Selecting user and group permissions in Access 2013 Figure 22: Enabling Administrator Permissions in Access 2013 Enable the Administrator permission for both the MSysObjects, MSysQueries & MSysRelationships tables. You will need to click the ok button after enabling each table and before moving to the next table.