I have a class that has 2 different cursors for different queries, audit1 and audit2. which are in 2 different methods. The first query runs fine, but the second one generates a 102 error.   Is there an issue with having more than 1 cursor in a class? Has anyone seen this before?