PrimaryKeyIsAutoIncremented = FalsePrimaryKeyIsUpdateable = True
When I run my code, the error generated tells me:
Cannot insert explicit value for identity column in table 'MyTable' when IDENTITY_INSERT is set to OFF.
Dude...wudzupwiddat?Bill
Related? Nope. Right on!!! That is exactly what I needed. I have made the necessary adjustments to my BOs and am now testing the procedure. So far, the results are good...very good. Man, am I glad that I did not have to rewrite any of this in TSQL.
Thanks!Bill
Hi Bill,
I am glad that was the answer. I was following this thread, but somehow got a bit lost with your situation, then with your last post, I saw the light