views:

14

answers:

1

Hi,

I am trying to update the database dynamically.But if i enter the same string twice...it is poped twice i m trying to replace it but still not working.Can anyone help me out...

A: 

If you are talking about MySQL, you will need to define a primary key for the REPLACE function to work.

JochenJung