public function __construct($user, $password, $database, $host, $port = 3306, $isImported, $linkedServerName)
 {
     parent::__construct($user, $password, $database, $host, $port, 'myssql', $isImported, $linkedServerName);
 }