How to update SQL server table based on modified values? -
i developing as3 module loads content sql server table in data grid. whenever data grid changed, changed values should stored in database. question is, there anyway can accomplish 1 sql query?
currently firing queries based on changes in each cell inefficient.
thank you.
maybe add change event listener in data grid helps. mark rows updated , construct sql queries in batch may improve efficiency.
Comments
Post a Comment