Thanks for that - I gave it a try but it's definately the SearchCursor row that is throwing the error. When I step through the code it doesn't even get past this line.
I get the following error in Wing after that line:
RuntimeError: ERROR 999999: Error executing function.
The Field type is invalid or unsupported for the operation.
The Field type is invalid or unsupported for the operation.
File "k:\PythonScripts\PythonScripts92\AppendGeoInventSDE92.py", line 66, in <module>
rows = arcpy.SearchCursor(GEOINVENT_dbf)
File "C:\Program Files\ArcGIS\Desktop10.0\arcpy\arcpy\__init__.py", line 804, in SearchCursor
return gp.searchCursor(*args)
File "C:\Program Files\ArcGIS\Desktop10.0\arcpy\arcpy\geoprocessing\_base.py", line 357, in searchCursor
self._gp.SearchCursor(*gp_fixargs(args)))
Do you have any other ideas? I might just transfer my table to a geodatabase - might be the easiest fix but I'd like to find out what is going on here. It's really pretty annoying!