Ok maybe I’m just misunderstanding what I’m reading in the implementation guide but I’ve setup my database publishing, which works. EXCEPT I don’t want to use the db.action = “r”. After the row has been created I have a form on the website that will be inserting some values into the row, so I can’t have Rhythmyx delete/replace the row. According to the implementation guide I can use db.action=“n” which “inserts a row for the content if it does not already exist”. SO I assume if the content does exist, it does nothing. Unforunately this doesn’t seem to be the case as I get a primary key violation error, so its trying to create a second row.
Is my assumption correct? If so, any thooughts on whats going on? If I’m wrong, is there a way to do what I"m looking for?
Any and all help is well appreciated.
Shane