Hi,
Is it possible to generate a DAL that access multiple Databases? Currently, there's a drop down (ChooseSourceDB), not allowing multiple selections. Is there something else I need to do?
I've created a Workflow Application, that access modules. The modules may have their own DB, and they will access the Workflow DB. Hence my requirement.
Codesmith Version: 6.0.1
Thanks,
Sue
Hello,
You can only generate against a single database. Generating off of multiple databases is not currently supported.
Do all of the databases share a common schema?
Blake Niemyjski CodeSmith Tools, LLC. Software Development Engineer Blog: http://windowscoding.com/blogs/blake/ .NetTiers team | Visit http://www.nettiers.com
You could generate multiple times and have multiple different project assemblies and just reference each one in your main project or each one of your modules references a specific database
Hi Blake,
Thank you for responding. No, the other databases do not share a common schema.
Thanks
Thanks Blake. I guess the multiple difference project assemblies is unavoidable. At least it's a solution, though. Thanks again for your assistance.