DAO design pattern
I have 2 DB's (sybase & oracle). I need to pull information from both of them and put it in another DB- table (may be oracle). I am planning to implement DAO and here is my problem:-1. ShouldI use 2 DAO's for two DB- tables? or just one is sufficient using a DAO factory?