Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You should not get this message when an UPDATE is called. The only time this matters is when INSERTing a new record. If you do not want the BO to auto-retrieve the PK on INSERTs then simply set the PrimaryKeyIsAutoIncrementing property to False on the BO.
|