Posted on 2008/05/21 by SnapJag
I have been trying to remove multiple emails on the Blackberry 8100 since I started using my first one and finally found a solution. I don’t like sitting for hours and removing hundreds of emails that can be examined later on my desktop. I want to get at what’s important at the moment and move [...]
Filed under: Blackberry 8100 | Leave a Comment »
Posted on 2008/05/21 by SnapJag
In writing my application that checks certain settings and values every few seconds received the following error today.
ORA-01000: maximum open cursors
This error presented itself because I wasn’t closing the OracleDataReader object in my code. I’ll show below the entire code and then bold the code that I had to add to rid my code of [...]
Filed under: C#, Database, Oracle, Programming | Leave a Comment »