Re: how to use multiple database connections.

2011-12-26 Thread Tamanna Afroze
What is the question maminly? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsub

Re: how to use multiple database connections.

2011-12-26 Thread euromark
what is the point in creating redundancy across two databases - and two different types of dbs? On 26 Dez., 06:52, Jack wrote: > sync means when i am inserting record in mysql database simultaneously > i want add/edit/delete same record in postgres database too. means > same operations should get

Re: how to use multiple database connections.

2011-12-25 Thread Jack
sync means when i am inserting record in mysql database simultaneously i want add/edit/delete same record in postgres database too. means same operations should get carried out in both DB. On Dec 24, 6:42 am, Geoff Douglas wrote: > What do you mean when you say "sync?" -- Our newest site for th

Re: how to use multiple database connections.

2011-12-23 Thread Geoff Douglas
What do you mean when you say "sync?" -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-p

how to use multiple database connections.

2011-12-22 Thread Jack
Hi all, i am new for cakephp, and developing application with both Mysql and postgres databses, i have tried to solve this situation but there is no other way i have to use both databases, then how to synch both databases? any idea? Thanks and Regards, Jack -- Our newest site for the communit