G
Guest
Hello:
I have an application with a data base. i insert information by the
application in the data base, and i have to control that the user doesn't
give a value for the primary key column that already exists.
I would want to know what happens in that case, when you try to insert a new
row in the table with a value for the primary key that already exists, an
exception is raised? nothing happens? it happens an updated?
Thanks for the help.
Bye.
I have an application with a data base. i insert information by the
application in the data base, and i have to control that the user doesn't
give a value for the primary key column that already exists.
I would want to know what happens in that case, when you try to insert a new
row in the table with a value for the primary key that already exists, an
exception is raised? nothing happens? it happens an updated?
Thanks for the help.
Bye.