Viewing post 1 (of 1 total)
I have seen similar behavior and resolved by using an ADO.NET connection instead and calling the procedure like this:
CALL LOAD_ADP_HIERARCHY()
Note: I leave the IsStoredProcedure property set to False.
February 18, 2011 at 3:09 pm
#1289096