Database Articles

  Home arrow Database Articles arrow Page 3 - Access vs MySQL
DATABASE ARTICLES

Access vs MySQL
By: Codewalkers
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 14
    2004-09-28

    Table of Contents:
  • Access vs MySQL
  • MySQL versus Access
  • Before Migration
  • Transferring your Access data to MySQL through Navicat
  • Conclusion

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Access vs MySQL - Before Migration


    (Page 3 of 5 )

    To start using MySQL, good planning is important as there are some incompatibilities between Access and MySQL. One of the two important data incompatibilities we have to get rid of is the column type and data format. Although most of the column types in Access and MySQL are compatible with each other, the capacity of specific column type may differ. For example, the type varchar in Access is not the same with the type varchar in MySQL. Access's varchar holds more characters then that of MySQL. In this case, we have to use text in MySQL to hold Access's varchar instead.

    A typical example of the need to modify data during migration from Access to MySQL is the Date Format. In Access, date is stored as MM-DD-YYYY. In MySQL, the date is stored as YYYY-MM-DD. Care has to be given to those fields during conversion.

    Other points we have to take into consideration are the differences in the built-in functions, user defined functions and maintenance, etc.

    After a simple introduction on what needs to be addressed before migration, it seems that there a lot which we have to do for the migration. However, the real story can be much simplified with the help on some database administrative tools.

    Currently, there are a wide variety of tools available in the market to suit our needs. Here I will look into Navicat which I personally think stands out from the crowd.

    More Database Articles Articles
    More By Codewalkers

    blog comments powered by Disqus

    DATABASE ARTICLES ARTICLES

    - Completing a Book Inventory Management System
    - Uploading Images for a Book Inventory Manage...
    - Finishing the Add Book Story for a Book Inve...
    - Integration Testing for a Book Inventory Man...
    - User Stories for a Book Inventory Management...
    - Unit Testing a Book Inventory Management Sys...
    - Testing a Book Inventory Management System
    - Implementing Models for a Book Inventory Man...
    - Book Inventory Application: Publishers and B...
    - Handling Publishers in a Book Inventory Mana...
    - Publisher Administration for Book Inventory ...
    - Book Inventory Management
    - Using the SQL Reference Manual
    - Using Oracle SQL Developer with SQL Statemen...
    - Fixing Errors with Oracle SQL Developer


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 9 - Follow our Sitemap