From: Brian W. <br...@be...> - 2005-03-09 20:24:48
|
David, You can often find your answer by searching the mailing list archive (linked from the phpESP homepage). http://sourceforge.net/mailarchive/message.php?msg_id=5559358 The SQL would be: update survey set status = 1 where id='[id]' [id] is the id number of the survey. Be really careful running update sql statements. if you get the Where clause wrong you can overwrite data. Brian Wood Programmer/Analyst UC Berkeley Human Resources David Liontooth wrote: > One of my students accidentally archived a survey, and now cannot > access the results. > Is there a way to retrieve them -- even in comma-delimited form? > > Dave > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |