Searched refs:aUpdateStr (Results 1 – 1 of 1) sorted by relevance
136 StringBuffer aUpdateStr = new StringBuffer(); in SQLupdateValue() local138 aUpdateStr.append( "UPDATE " ).append( _sTableName ) in SQLupdateValue()141 ExecSQL( _aCon, aUpdateStr.toString() ); in SQLupdateValue()
Completed in 11 milliseconds