Saving with an INSTEAD OF trigger

Posts   
 
    
Darwin avatar
Darwin
User
Posts: 38
Joined: 12-Apr-2005
# Posted on: 09-May-2005 23:42:07   

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

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 10-May-2005 09:33:10   

No, other than that retrieving identity values is not supported.

Frans Bouma | Lead developer LLBLGen Pro