static DHFormatter() { RefreshFormatForCurrentThread(); stringFormatter = new DBCHAR(); stringFormatter.Attributes.Add(new TrimAttribute('"')); boolFormatter = new DBBIT(); intFormatter = new DBINT(); }