/Coldfusion-Database-String-Replacer

replaces given substring with string in all columns of all tables in given database (search&replace accross whole database)

Primary LanguageColdFusion

Usage

<cfset dbr = new databasereplacr(datasource="mydsn") />
<cfset info = dbr.ReplaceInDB("foo","bar") />

The replace is case sensitive and uses MySQL's REPLACE-Function