Hi everybody,

I'm trying to add a new database to my symfony project. One managed by
mysql and the other by MS SQL server. I get an error about mssql
driver when i rebuild all (schema, etc..)I do not know which driver to
use for MS SQL. Here is my database.yml

An idea ?

Symfony version : 1.4
Here is my database.yml

all:
  doctrine:
    class: sfDoctrineDatabase
    param:
      dsn:      mysql:host=localhost;dbname=tracker
      username: rfghj
      password: jkkhf
  doctrine1:
    class: sfDoctrineDatabase
    param:
      dsn:      mssqll:host=localhost;dbname=asadata
      username: rdfgh
      password: dfgjh

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to