tags:

views:

122

answers:

0

Hi, I developed a web service, which updates the table with the details entered by the user per each call of the link.Meaning,per each call of the WSDL I will be inserting/Updating a row in the Table. So, in order to connect to the Table I used a single connection object that too static. But I got a Memory leak exception saying "memory not enough for the execution of the Query!!!" Kindly let me know the possible solution Thanks and Regards, Sunny