Hi SF Team,
I have an unusual challenge I need some help on. I will be creating new databases with thesame schema on a regular basis on the same server. Therefore, I will not only have existingdatabases, but I will constantly have new ones. Within one single application I need to be able to randomly select any four of these databases and in some wayuse the same BO classes to connect and CRUD to each database. Any suggestions on how I might be able to dothis?
Thanks,
Jeff