Hello,I'm new to ArcGIS. I have a vbscript that was written for 9.3 that I need to convert to run on 10.1. I keep getting an unspecified error on the second statement. I think the problem is with the dbf file but I'm not sure how to resolve the issue.set gp = CreateObject("esriGeoprocessing.GPDispatch.1")
gp.TableSelect_analysis "Database Connections\\Chancery.odc\\dbo.CDM_ARCCHANCERY2", "C:\\ArcProcessing\\IMP_ARC_CHANCERY.dbf", "Id > 0"
Any help would be greatly appreciated.Thanks,Dan