PROBLEM
Feature dataset names containing apostrophes can not be deleted or renamed in ArcCatalog or with ArcObjects.
Apostrophes are not handled correctly with feature dataset names. The apostrophe should be contained in single quotes. For example:
"Select NAME from MYTABLE where NAME = 'test''s'
This is a problem in ArcSDE and Personal Geodatabases.
Code:
"select NAME from GDB_FEATUREDATASET where NAME = 'test''s'"
Code:
"update sde.sde.GDB_FEATUREDATASET set NAME = 'test_s' where NAME = 'test''s'"
Article ID: 000005049
Get help from ArcGIS experts
Download the Esri Support App