Hi, In the last friday, I tried to create two databases schemas in my symfony project. One schema in Mysql and the other with Pgsql. Here you can find the post on the symfony-project forum which resume what I've done.
http://www.symfony-project.org/forum/index.php/m/50822/?srch=postgres#msg_50822 I've created two schema files and two propel.ini files like explains in this site : http://it.kndb.net/entry/show/id/176 Today, I try to delete the Mysql schema with the Mysql propel.ini, and to create only one connection to my PostgreSQL database. The SQL generation was successfull, the insert SQL and the model creation too. So there are two possibilities : two connections of two different databases server is impossible or I didn't write the confirguration as they needed to be. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---