Edit Geodatabase in .Net

788
2
Jump to solution
08-15-2013 06:05 AM
ShaningYu
Frequent Contributor
Fro a .Net project, I neeed to update/edit the records (values not attribute name) of a geodatabase table.  I have searched around but it is hard to find a piece of sample code for it.
At http://forums.esri.com/Thread.asp?c=93&f=985&t=97308, I only found a piece of ArcObjects code that used ADODB.
If you have an idea how to do, please share.  Thanks.
0 Kudos
1 Solution

Accepted Solutions
ShaningYu
Frequent Contributor
Since I will only need to edit SDE Oracle GDB tables (not feature classes), I can use Syste.Data.OracleClient to connect the GDB tables, and then work on the editing.  So, case closed.

View solution in original post

0 Kudos
2 Replies
ShaningYu
Frequent Contributor
Since I will only need to edit SDE Oracle GDB tables (not feature classes), I can use Syste.Data.OracleClient to connect the GDB tables, and then work on the editing.  So, case closed.
0 Kudos
LeoDonahue
Occasional Contributor III
This post:  http://forums.arcgis.com/threads/89160-Creating-an-SQL-Server-Workspace?p=316127&viewfull=1#post3161...

shows a sample for connecting to SQL Server vs connecting to SDE, but it's in Java.
0 Kudos