function MsSqlCommandCreator()
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE);
 }
 function MsSqlCommandCreator($settings = null)
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE, $settings);
 }