I've already created a mysql db connection using ODBC and tested it. Now I want to export the attribute tables data from ArcMap to mysql which is on my localhost. On export there are many options like export (To CAD, To Shapefile, To Dbase ..) when I click on any of these no data is going to mysql database.
How can I export geodatabase data(no spatial data) to mysql database in ArcMap ?
-
1Try using the Table to Table tool?Hornbydd– Hornbydd2017年06月30日 15:13:33 +00:00Commented Jun 30, 2017 at 15:13
1 Answer 1
Try this : ogr2ogr facility to convert shape file directly to MySQL Database
-
Link-only answers are automatically flagged for deletion. Please summarize the content in the linked answer in your answer, or it may be deleted.Vince– Vince2019年08月11日 19:27:52 +00:00Commented Aug 11, 2019 at 19:27