Updating non-existant records...

2001-05-29 Thread Randolpho St John
Hello all. I'm new to the list, and I just have a quick question. Hopefully somebody can help me out. Anyway, here's the basics of what I want to do: I want to update a record or, if that record does not exist, create a new one. Now I could easily do this on the client side in another

Re: Updating non-existant records...

2001-05-29 Thread Eric Persson
Randolpho St John wrote: Hello all. I'm new to the list, and I just have a quick question. Hopefully somebody can help me out. Anyway, here's the basics of what I want to do: I want to update a record or, if that record does not exist, create a new one. Try the REPLACE... query. Look