I'm having a problem using the ODBC connection to connect to a MSSQL server. The mssql PDO driver is a little buggy. Propel supports specifying separate values for its PDO connection DSN vs its internal adapter.
As I understand it, specifying a dsn that begins with ODBC: along with "mssql" as the adapter is a perfectly valid config from Propel's perspective. I've got my connection configured this way, and the symfony propel: tasks work perfectly, but the propel plugin returns the error: "Unsupported Propel driver: odbc: Check your configuration file" When I actually try to work with my symfony models (a simple doSelect ) It would appear that the propel plugin is mistakenly taking the pdo driver name as the propel adapter name. While they're usually the same, it isn't necessarily so. Am I missing something? If this is a bug, is there a simple workaround? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
