Otis wrote:
Walaa wrote:
Do you mean multiple databases per project?
That's indeed supported already. THough multiple databases, as in 'oracle and sqlserver' isn't supported and won't be supported, as entities are tied to a schema, which is of course tied to a db. What we will offer in the near future is a converter and DDL script templates so you can start a project on sqlserver (for example) and convert it to oracle, and generate DDL for oracle as well.
Yes I was thinking of a scenario like a CSLA fetch where customer record comes from SQL Server, the orders collection is filled from Oracle, and the order shipping status is filled from a FedEx web service. It's a silly example, but you get the idea.
If LLBL can't do "views" across database systems, is how would you suggest building a composite business object like I described?