Update SQL table

335
1
03-11-2014 08:37 AM
ChrisBradberry
Occasional Contributor
Hey,

What is the best way to update a SQL table (non-spatial)?  I only want to add records, not edit them.  My plan is to create a graphic point, run a query to get the attribute information and pass the attributes to the SQL table with a WCF service. 

Is that a good workflow?

Silverlight 3.2, SQL 2008 R2

Thanks, Chris
0 Kudos
1 Reply
BrentHoskisson
Occasional Contributor III
pass the attributes to the SQL table with a WCF service.


That is how I would recommend you do it.

Good Luck
0 Kudos