Environment: Windows 7 (64 bit), ArcGIS 10.0
I followed the Knowledgebase article to set up an ODBC connection to an .accdb database. My ultimate goal is to use the CopyRows geoprocessing tool (in a VBA script) to write a table to the database. Currently the table is written to C:\temp, then when the database is opened the table is read in automatically. I want to eliminate the extra step.
The connection is set up and tests successfully. When I try to use CopyRows to write to the database it gives me error code 000210, indicating a permissions issue. CopyRows will read a table from the database and write it to another location.
Any idea why I can't write to the database?
I followed the Knowledgebase article to set up an ODBC connection to an .accdb database. My ultimate goal is to use the CopyRows geoprocessing tool (in a VBA script) to write a table to the database. Currently the table is written to C:\temp, then when the database is opened the table is read in automatically. I want to eliminate the extra step.
The connection is set up and tests successfully. When I try to use CopyRows to write to the database it gives me error code 000210, indicating a permissions issue. CopyRows will read a table from the database and write it to another location.
Any idea why I can't write to the database?