Hi,
I have an application that inserts data via an ODBC connection into an SQL 2000 database. I'm trying to create a trigger that will check that the data being inserted does not already exist in the table. If it does exist I want the entry to be updated with the new data, otherwise the data needs to be inserted as normal.
Has anyone any suggestions?
Many Thanks
I have an application that inserts data via an ODBC connection into an SQL 2000 database. I'm trying to create a trigger that will check that the data being inserted does not already exist in the table. If it does exist I want the entry to be updated with the new data, otherwise the data needs to be inserted as normal.
Has anyone any suggestions?
Many Thanks