Blackberry 8100 – Using Multiple Emails

I have five (5) emails setup in my Blackberry 8100 phone and I had a problem having the primary email account saved and able to use it.

Blackerry Pearl Desktop Sync

If you don’t want to go through all the details of my tests below, that’s fine, the short of it is this … I got these messages out my stream by uninstalling everything on the desktop related to the blackberry and marking the selection for just Internet Email and leaving BES (Blackberry Enterprise Server) alone.

C# Console Application Versions

Well, something stumped me. But figured it out … As part of my C# console application, I wanted to print out the version (Major.Minor.Revision) as part of the help output so I could know the release details. And without the Application object, I just wanted the simple information from the build assembly.
C# Code

Version vrs = [...]

ORA-00911 invalid character

I am using .NET 2005 and the Oracle 10g 10.2 Oracle .NET data framework and I received this error while trying to run a simple statement that is used to find out how many dedicated processes are being used in my Oracle database (“select count(server) as Value, Server from v$session group by server”). Something similar [...]