Usage
<cfset dbr = new databasereplacr(datasource="mydsn") />
<cfset info = dbr.ReplaceInDB("foo","bar") />
The replace is case sensitive and uses MySQL's REPLACE-Function
replaces given substring with string in all columns of all tables in given database (search&replace accross whole database)
ColdFusion
<cfset dbr = new databasereplacr(datasource="mydsn") />
<cfset info = dbr.ReplaceInDB("foo","bar") />
The replace is case sensitive and uses MySQL's REPLACE-Function