Refetch with INSERT INSTEAD OF trigger

Posts   
 
    
worldspawn avatar
worldspawn
User
Posts: 321
Joined: 26-Aug-2006
# Posted on: 20-Sep-2007 05:49:31   

Hello,

I'm trying to save something (with refetch=true). This something that I am saving is inserted with an INSTEAD OF trigger, unfortunately this seems to break llbl's refetch (which works using SCOPE_IDENTITY()).

SCOPE_IDENTITY returns null which screws everything up. Suggestions?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 20-Sep-2007 07:36:32   
David Elizondo | LLBLGen Support Team