Nowhere in my code at all is there any m_plaintext.length or anything like it. Apparently this is something happening in .Net when it iterates through my SQL. When I comment out only the ArrayList section, the error goes away.
I have no idea why it is doing that.
However, the arraylist is necessary so that I can pull the Column1 out of the Recursive query and add it as a paremeter in my SQL DELETE statement.
mattcase
Member
374 Points
518 Posts
Re: Hierarchy
May 24, 2012 07:49 PM|LINK
You are correct.
Nowhere in my code at all is there any m_plaintext.length or anything like it. Apparently this is something happening in .Net when it iterates through my SQL. When I comment out only the ArrayList section, the error goes away.
I have no idea why it is doing that.
However, the arraylist is necessary so that I can pull the Column1 out of the Recursive query and add it as a paremeter in my SQL DELETE statement.