• Roy Ernest (5/11/2010)


    That peace of code looks like a cross between Insert and an Update... 🙂

    Exactly right. Now notice that all I would have to do is replace INSERT INTO with UPDATE and add a WHERE clause. The place REPLACE INTO where it is implemented rows affected is 1 if it did an insert but 2 (or more) if it did an update.

    ATBCharles Kincaid