I am new to Pervasive and I am trying to create stored procedure which inserts data in to a table. The stored procedure has to check if a record already exists and if it does then it just updates the record on the other hand if the record does not exists it inserts the info into the table
In MSSQL I can type IF EXISTS(Select * from [table name] where [something = something]
This does not work in Pervasive.
How do I work around it.
Thanks
In MSSQL I can type IF EXISTS(Select * from [table name] where [something = something]
This does not work in Pervasive.
How do I work around it.
Thanks