Gossamer Forum
Home : Products : DBMan SQL : Discussion :

How can I prevent duplicate entries?

Quote Reply
How can I prevent duplicate entries?
How can I prevent duplicate entries into the database based on 3 fields?

TIA,

donm
Quote Reply
Re: [donm] How can I prevent duplicate entries? In reply to
Hi,

There is no way to do so in the standard version, but it can be done by creating a PRE plugin for add_record and modify_record hooks.

TheStone.

B.