PDA

View Full Version : Update database to change reciprocal value


Chrisjara
08-15-2006, 05:26 AM
I recently went through an upgrade to this script and had my old data converted to work with eSyndicat - thanks guys for the quick service.

At this point none of the links which were transferred over are showing a valid recip so I would like to change the recip_valid field to true for all existing links.

In PHPMyAdmin I've tried the following:

UPDATE dir_links SET recip_valid = '1' WHERE recip_valid='0';

and it doesn't seem to work.

Any suggestions?

Vincent Wright
08-15-2006, 05:32 AM
The query itself seems to be valid. Why do you think it's not working?