Re: [symfony-users] Re: Symfony 2 and MSSQL

2011-05-04 Thread Marco Pivetta
Did you try with pdo_dblib? http://www.php.net/manual/en/ref.pdo-dblib.php Marco Pivetta @Ocramius http://marco-pivetta.com On 4 May 2011 13:07, apm wrote: > Which driver i must use for doctrine/mssql ? > > dbo_sqlsrv ?? > > I cant start this. > always get. > >

Re: [symfony-users] Re: Symfony 2 and MSSQL

2011-05-04 Thread Jean-Philippe Blais
You want an advice? Avoid MSSQL at all. Stick on MySQL or pgSQL. On Wed, 04 May 2011 17:07:41 +0600, apm wrote: > Which driver i must use for doctrine/mssql ? > > dbo_sqlsrv ?? > > I cant start this. > always get. > >[PDOException] >could not find driver > > 08.03.2011 21:57, Chri

[symfony-users] Re: Symfony 2 and MSSQL

2011-05-04 Thread apm
Which driver i must use for doctrine/mssql ? dbo_sqlsrv ?? I cant start this. always get. [PDOException] could not find driver 08.03.2011 21:57, Christophe COEVOET : Le 08/03/2011 13:16, Tomas a écrit : Hello!! I will need to connect to a MSSQL server DB in my next (first) Symfony 2 pr