Are you on Windows? On Windows its better to use ODBC due some obsolete DLLs.
On Fri, Oct 16, 2009 at 9:01 PM, Jonathan Wage <[email protected]> wrote: > I don't think PDO has sybase support does it? > > - Jon > > On Fri, Oct 16, 2009 at 10:37 AM, Rodrigo Ruiz Fuentes > <[email protected]>wrote: > >> >> Hi, >> I wrote before to the list because I needed to connect symfony 1.0.x >> with Sybase ASE, which was impossible. Now I've upgraded to symfony >> 1.2.9 and I need to connect to Sybase from this version, preferably >> using PDO, if not possible I'll have to do with ODBC. >> My database.yml config is: >> >> all: >> doctrine: >> class: sfDoctrineDatabase >> param: >> classname: DoctrinePDO >> dsn: sybase: host = localhost, dbname = wages >> username: sa >> password: >> >> I have configured php.ini with pdo_mssql, but when I execute doctrine: >> build-schema symfony tell me that the sybase driver is unknown. >> There's something I need to add or modify? >> I'm over a NT plataform. >> >> Greetings. >> >> >> > > > -- > Jonathan H. Wage (+1 415 992 5468) > Open Source Software Developer & Evangelist > sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org > > You can contact Jonathan about Doctrine, Symfony and Open-Source or for > training, consulting, application development, or business related questions > at [email protected] > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
