0

Is there any program that can convert an Access .mdb database to a MySQL or SQL Server database by command line so I can use it and enter the required command line from my application?

Gord Thompson
  • 116,920
  • 32
  • 215
  • 418
  • Enter the command line from your application? Sounds like you want to do this more than once. – Dan Bracuk May 03 '14 at 12:10
  • yes , exactly and the mdb file sometimes be big about 1 giga and i want to access the resulted my sql file remotely from android app through jdbc "and i know the method " , this is what i want – user3556459 May 03 '14 at 12:20

2 Answers2

0

Please refer following links to convert mdb file to mysql file format

How to import an Access MDB format database to MySQL?

How can I convert an MDB (Access) file to MySQL (or plain SQL file)?

http://www.bullzip.com/products/a2m/info.php

Community
  • 1
  • 1
Rahul R Dhobi
  • 5,668
  • 1
  • 29
  • 38
0

SQL Server Migration Assistant has command line options. See the following link. http://blogs.msdn.com/b/ssma/archive/2010/09/09/performing-database-migration-assessment-using-ssma-console-application.aspx?Redirected=true

AVG
  • 1,317
  • 8
  • 12