Hi,
I apologize if my question appears to be stupid, but i am a complete newby to O/R mapping and to LLBLGen Pro...
I'm working for a client that uses Sybase since the beginning of time, with databases that have been migrated along multiple versions of Sybase, now on ASE 15, and am currently facing a physical primary key problem. In the old times, sp_primarykey and sp_foreignkey where used to declare keys, but where never introducing any constraint. These are purely documentation features, that are not correlated with physical keys. Database Integrity is managed via triggers or other ways...
From the documentation, i see that LLBLGen Pro 3.1 support "model only" relations, as logical foreign keys, sort of... Is there any way to create model only primary keys, that will never be needed in the physical schema ?
For my evaluation, i had to build a separate empty database, using an exported DDL, and apply some scripts to physically create keys (primary and foreign) so that the Designer feel happy to generate some interesting code. That's somewhat cumbersome...
Of course, i cannot change anything in the underlying production DDL. Have you any advice to share about this that could help me to industrialize the modeling / code generation process ?