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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---