When using INSERT OR REPLACE INTO in SQL is there any way to tell if a record was inserted as new or replaced in SQL for AS3?

30 views Asked by At

I've wanting to know if a record is updated vs replaced so that I can display a list of duplicate records to the user. Is this possible using something like totalChanges?

Thank you

0

There are 0 answers