Can I delete a record through a web application without using the ESRI jsapi?
Here is what I have
I have a point feature class. I am adding features through the GeoForm application.
I have created a web application using php, JS and html which reads directly from the table(Oracle) to retrieve the attributes. The web app allows the rows to be edited. This all seems to be working fine. I want to have a button which allows the user to delete a record. Can I do this through a regular oracle query based off the OBJECTID or do I need to use the JSAPI and delete is through the service which I have published. The layer is not versioned.
Thanks
Ray