Can Python script read .gdb file format?

222
0
02-24-2011 09:46 AM
DanNguyen
New Contributor
Hello,

I am trying to edit a feature in .gdb file format using a python script and I got the following error msg

--------

Traceback (most recent call last):
  File "C:\Documents and Settings\dnguye1\Desktop\TestingForAdnan\DeleteRows.py", line 26, in <module>
    cur = gp.UpdateCursor("BacklogWO_POLY", "OBJECTID < 5")
RuntimeError: ERROR 999999: Error executing function.
A locator with this name does not exist.

-------

Does anyone know if python can read .gdb file format or not?

Thanks in advanced!


DanN.
0 Kudos
0 Replies