ERROR
When executing an AddRelate in a MapObjects application, the following error may occur:Run-time error '61704': Internal application error.
This error is caused by the Database or Name property of the Table object not being set correctly.
Code:
tbl.Database = "c:\mapdata\Streets.mdb" 'MS-Access
tbl.Name = "Stplus" 'Access Table
Code:
tbl.Database = "dBASE IV;DATABASE=C:\mapdata\"
tbl.Name = "streets#dbf"
Warning:
The dBase filename must conform to the 8.3 file naming convention.
Article ID:000002219
Get help from ArcGIS experts
Download the Esri Support App