How to update by code tables in gdb imported from Microsoft accdb

406
0
09-27-2023 05:01 AM
Labels (1)
ClaudioBicocchi
New Contributor II

Hello 

I have a Microsoft Access DB (accdb) with a large amount of alphanumerical data.

Working in ArcGis Pro, it's impossible to connect feature classes to Access tables so I have to export tables in an ESRI geodatabase containing the feature classes to join them.

Anyway, data in Access are continuosly updated using specific masks, so I need to often update the table exported in the ESRI gdb.

I have built a Model Builder procedure to do this task using Remove Join, Export Table and Join Table tools but sometimes it doesn't work.

Is there a way to do the same task via Python code or I need to add some other tool in Model Builder?

0 Kudos
0 Replies