in paremeters.ini  I'm using this:

database_driver: mssql
    database_host: 127.0.0.1
    database_port: 1433
    database_name: SIGH
    database_user: sa
    database_password: null
    mailer_transport: smtp
    mailer_host: 127.0.0.1
    mailer_user: null
    mailer_password: null
    locale: en
    secret: ThisTokenIsNotSoSecretChangeIt


The Exception:

[Doctrine\DBAL\DBALException]                                                

  The given 'driver' mssql is unknown, Doctrine currently supports only the 
following drivers: pdo_mysql, pdo_sqlite, pdo_pgsql, pdo_oci, oci8, 
ibm_db2,  
   pdo_ibm, pdo_sqlsrv, mysqli, drizzle_pdo_mysql, sqlsrv  

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to