Re: [topbraid-users] Best way to modify existing data

2014-07-18 Thread Scott Henninger
Barton, could you send an example of the query you are using?  The normal pattern for a DELETE/INSERT is to query what you want to delete and insert the new data.  So let's assume you have an argument arg:newData DELETE {  ?oldData } INSERT {  ?ne

[topbraid-users] Best way to modify existing data

2014-07-18 Thread Barton Petersen
I'm trying to expose a service to allow modification of some information, say a name. I want to allow them to modify *some* name information. Specifically the ones in the argument list for the service. For example, I want them to be able to modify their contact information. So the service pa