using one LLBLGen project. Posible case is that we create a view within DB 1 which uses columns from tables in DB2.
Using a view that access another database in the same server or in another server is not LLBLGen Pro's business. LLBLGen Pro will query the view and will return those rows returned by the view. Whether the view is accessing the same database or not.