On Tue, Sep 1, 2009 at 2:34 AM, Cerebrus<[email protected]> wrote:
>
> I know that... but can you "debug a database" ???
>

Sure
Tables = AllTables(database)
ForEach table in Tables
   ForEach field in table
      update table set field = replace(field, ‘bug’, ‘’);
   HcaeRof
HcaeRof


'database' is now de-'bug'ged.

Reply via email to