<cfset dbr = new databasereplacr(datasource="mydsn") />
<cfset info = dbr.ReplaceInDB("foo","bar") />
The replace is case sensitive and uses MySQL's REPLACE-Function
<cfset dbr = new databasereplacr(datasource="mydsn") />
<cfset info = dbr.ReplaceInDB("foo","bar") />
The replace is case sensitive and uses MySQL's REPLACE-Function