PDA

View Full Version : Having a problem with this query:


irc
Mon 13th Jan '03, 1:56pm
UPDATE phpn_sites SET name='Improv Resource Center' WHERE id=1

Does anyone see any obvious problem with this query? It keeps failing on me and I don't know why.

irc
Mon 13th Jan '03, 6:49pm
Originally posted by irc
UPDATE phpn_sites SET name='Improv Resource Center' WHERE id=1

Does anyone see any obvious problem with this query? It keeps failing on me and I don't know why. Does anyone know of an alternate syntax which might work?

Zzed
Tue 14th Jan '03, 8:38pm
Run a check on that table: check table phpn_sites;

You may need to repair it: repair table phpn_sites;