. */ require_once 'propel/adapter/DBSybase.php'; /** * This is used to connect to a MSSQL database. For now, this class * simply extends the adaptor for Sybase. * * @author Hans Lellelid (Propel) * @author Gonzalo Diethelm (Torque) * @version $Revision: 536 $ * @package propel.adapter */ class DBMSSQL extends DBSybase { // no difference currently }