Select to view content in your preferred language

using Stored procedures to update a Featureclass inside a FileGeodatabase

1874
2
06-15-2012 01:32 PM
Jose_LuisGarcinuno-Oporto
New Contributor III
HI, I wonder if someone can give me a help, it is possible to use Stored Procedures (SP) to update a FeatureClass outside an edit sesion?, I was able to connect to the FileGeodatabase through my C# apps but I reached the point WHERE? should I be stored my SPs. FileGeodatabse does not have the same structure like Personal Geodatabase.
Any help will be very welcome.
Thanks
0 Kudos
2 Replies
VinceAngelo
Esri Esteemed Contributor
Personal geodatabases are implemented on top of the Microsoft Jet engine (Access),
ArcSDE geodatabases are implemented on SQL RDBMSes, but FileGeodatabases are
standalone.  There is no SQL engine to implement stored procedures, so you can't
use them to update anything.

- V
0 Kudos
Jose_LuisGarcinuno-Oporto
New Contributor III
Thanks very much, clear enough.
0 Kudos