Select to view content in your preferred language

Standlone table

558
2
12-06-2013 01:20 PM
ionarawilson1
Deactivated User
Does anybody have any example of adding, deleting and editing records in a standalone table? Thank you!
Tags (2)
0 Kudos
2 Replies
AaronNash1
Frequent Contributor
I had done a non-spatial application for editing, adding, and deleting information out of SQL. I used this tutorial as a base for my application. The tutorial is pretty comprehensive in showing how to create a webservice and then consuming the webservice in an application.
0 Kudos
ionarawilson1
Deactivated User
Hi Aaron,

Yes, I have used this tutorial before and another good one that allows you to edit existing data. Here is the link:


http://www.codeproject.com/Articles/417693/Insert-Update-Delete-in-ASP-NET-Gridview-DataSourc


But I needed to do web app using ESRI technology because of the built-in security and domain and subtypes capabilities. I ended up finding a way using an attribute table whose dataprovider is a feature service of a standalone table cast as a feature layer.


Thank you for sending me the link!!!!
0 Kudos