Database Articles
  Home arrow Database Articles arrow Page 3 - Access vs MySQL
Codewalker Forums 
  Tutorials  
Database Articles  
Miscellaneous  
Navigation Usability  
PEAR Articles  
Programming Basics  
Server Administration  
XML Tutorials  
  Reviews  
Database Book Reviews  
Linux Book Reviews  
Miscellaneous Reviews  
PHP Book Reviews  
PHP Software Reviews  
Server Admin Reviews  
SQL Tool Reviews  
  Code Gallery  
Content Management Code  
Contest Code  
Counters Code  
Database Code  
Date Time Code  
Discussion Board Code  
Email Code  
File Manipulation Code  
GUI Code  
Link Farm Code  
Miscellaneous Code  
Search Code  
Site Navigation Code  
User Management Code  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Download TestComplete 
Forums Sitemap 
Weekly Newsletter 
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
DATABASE ARTICLES

Access vs MySQL
By: Codewalkers
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 9
    2004-09-28

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

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    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


       · Well done. This is a good article if you want to learn more about Access and MySQL....
       · I am considering moving an application from MS Access to PHP and mySQL.One...
     

    DATABASE ARTICLES ARTICLES

    - More on Query Optimization for Oracle Databa...
    - Query Optimization in Oracle
    - Clusters and Other Data Structures for Oracle
    - Using Indexes with an Oracle Database
    - The Basics of Data Structures in Oracle
    - Oracle Data Structures
    - Best Practices for PL/SQL Variables
    - What`s Code Without Variables?
    - Clauses, Sorting, and SQL Queries
    - The From Clause and SQL Queries
    - Query Primer
    - Full Text Searches and Strings
    - Searching with Strings
    - Pattern Matching with Strings
    - Working with Cases of Strings





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek