I have an INSTEAD OF INSERT trigger implemented on a table. Are there any issues with this type of trigger when inserting records from LLBLGen's adapter code?
Thanks, Darwin
No, other than that retrieving identity values is not supported.