Hi;
I'm working on a windows application, I use C# 3.5 and llblgen 2.6 eval in adapter mode.
In the SQL 2005 database, primary fields of the table to setting Non-increment.
I'm manually setting PK fields value via stored procedure.
When I do saving new entity, first getting PK value via SP and setting to return value with manually.
is this way any problem with LLBLGen?
Regards,