David Smith

David Smith

  • NA
  • 1.9k
  • 0

Mysql insert stored procedures

Jan 12 2012 3:01 AM
I want to know which is the best route to take when verifying if record exists before entering in another record in the database or table.

Do I let the stored procedure handle whether or not record exists or do I handle in code?

Which is the most effective way to this?

Answers (4)