Hi,
I am evaluating LLBLGen Pro for an application which should support a database schema on both oracle and SQL server. The schema on both the databases would be identical except the technical variations. I used the designer to create some initial classes with the SQL Server instance and could load values from the db successfully.
One of the requirements of the application architecture is to have a single DAL layer which should by near total opaque to the developer in terms of the underlying DB vendor. I liked the feature of two projects generated by the designer , generic and specific. But one issue which I could not get a solution for, was to use the same designer project to support two DB vendors at the same time. I am trying to do this to generate at the same time, from the same designer project, the DAL layer codebase to work with Oracle and Sql Server , but I cant find a way to do this.
What are the best practices for such a scenario where I want to keep a single designer project and generate code for both databases?
Thanks,
Peeyush