• [font="Verdana"]

    sachinthamke (6/18/2008)


    Thanks for u r replay

    I m using the stored procedure for storing usp_InsertMaster,usp_InsertDetail. the detail sp used to store the items for sending the XML parameters there is a limit of 8000 char.

    What's why i can not create the wrapper procedure e.g.

    Sachin, it seems that you are inserting data in Parent and Child table as well. then why don't you merge the two Insert statements into single Sproc so that you can easily control the transaction. And you don't need to make one more call the DB as well. In a single call you can do all the stuff.

    Mahesh[/font]

    MH-09-AM-8694