Error while inserting data into temp table from CLR fucntion

  • hi All,

    sql is showing the following error while inserting data into a temporary table:

    Query: SELECT * into #tmp FROM dbo.InterestCalc(@Para1, @Para2)

    ERROR

    The context transaction which was active before entering user defined routine, trigger or aggregate "InterestCalc" has been ended inside of it, which is not allowed. Change application logic to enforce strict transaction nesting

    No transaction has been used in the User defined function "InterestCalc".

    moreover same thing is working on other client.

    Thanks

  • Did you debug your clr proc, is it working fine? could be that there is some problem inside that?

    ---------------------------------------------------------------------------------

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply