This topic is locked

Two records being updated

1/20/2008 5:28:49 PM
PHPRunner General questions
M
mkyle1 author

Hi,
I have table setup for some records and it may contain the same artist. When I go into update one of the records for say artist Queen it updates all the records with the info even though they have different entries in the table. Please can anyone advise what is happening?
Fields in table:

index (autoincrement field)

artist

album_title

genre

release_date

external_code

image_name

type_new
Thanks, Martin

J
Jane 1/22/2008

Martin,
It seems that you selected wrong Primary key columns for your table.

Please specify the correct key columns (Index) on the Choose pages tab in PHPRunner.