Blackberry 8100 Delete Multiple Emails

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 [...]

Oracle Maximum Open Cursors Exceeded

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 [...]