Hi, I am trying to connect my webapp to an ODBC connection... I see that Creole supports that, so I guess I have to configure my database.yml file.
I wanted to know what are the parameters that I have to enter... Right now I'm working on a MySql database, and my database.yml looks like: all: propel: class: sfPropelDatabase param: phptype: mysql host: localhost database: agripac username: root password: What should I put on database? the DSN of my database? My file now looks like this, and it doesnt work: all: propel: class: sfPropelDatabase param: phptype: odbc host: localhost database: dsnAgripac username: root password: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---