Todo List
PDO | --PropelPDO | --DebugPDO | --MssqlDebugPDO
void beginTransaction( )
It is necessary to override the abstract PDO transaction functions here, as the PDO driver for MSSQL does not support transactions.
void commit( )
void forceRollBack( )
void lastInsertId( [ $seqname = null])
void quoteIdentifier( $text)
void rollBack( )
void useQuoteIdentifier( )