Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7998747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:18:04+00:00 2026-06-04T15:18:04+00:00

How can I read an data from access database (*.mdb) and get the column

  • 0

How can I read an data from access database (*.mdb) and get the column data types? More specifically, insert the data from Access into a MySQL database?

This is what I’m aiming for…

  1. Connect to Access (*.mdb) with authentication.
  2. Get data types of Access.
  3. Create corresponding data types in MySQL.
  4. Insert data.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T15:18:06+00:00Added an answer on June 4, 2026 at 3:18 pm

    To migrate from one base to another database, the first thing is to have the same table structure.

    Then, to read from a database of ACCESS can do something like ( http://es.php.net/manual/es/function.odbc-exec.php#71615 ):

    $emp_id = $_GET['emp_id'];
    $stmt = odbc_prepare($db_conn, "SELECT pwd FROM employees WHERE emp_id=?");
    $res = odbc_execute($stmt, array($emp_id));
    

    Then, with the results, you must perform the commands of inspection at the MySQL database ( http://es.php.net/manual/es/function.mysql-query.php). For example.

    mysql_query('INSERT INTO `'.$table.'` (`'.implode('`,`', $keys).'`) VALUES (\''.implode('\',\'', $values).'\')')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to build a website where I can read the data from
The program can read all the data from the pipe. However, the program just
I need to read the data from a file that can be either comma
i want simultaneously read and write data into file. Can i use StreamReader and
When using a DataReader object to access data from a database (such as SQL
In my case server is not available and so I can not read data
How can I read excel data (office 2007 xlsx) in PHP? Is there any
Using EF we can use LINQ to read data which is rather simple (especially
I want to read data from a website with cURL but from a certain
These are MY symptoms: (XP Pro, 32bit) -Programs that access .mdb databases (aside from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.