You can configure Doctrine to connect to a MSSQL database as follows:

all:
  sqlserver:
    class: sfDoctrineDatabase
    param:
      dsn: 'mssql:host=mssql.server.com;dbname=DBName;'
      username: user
      password: pass

Once you are connected, everything with doctrine will work pretty well as it
does with mysql.


On Wed, Nov 10, 2010 at 15:29, jimpass <[email protected]> wrote:

> Hi,
> I need to connect to mssql 2008, is it possible ? with doctrine ? and
> then is anybody know a good tutorial to do that ?
> Thanks.
>
> --
> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]<symfony-users%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>



-- 
Alex Pilon
(613) 608-1480

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to