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.
Filed under: Blackberry 8100, Mobile | Leave a Comment »
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.
Filed under: Blackberry 8100, Mobile | Leave a Comment »
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.
Filed under: Blackberry 8100, Mobile | Tagged: Blackberry, Mobile, Networking, Pearl, RIM | Leave a Comment »
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 = [...]
Filed under: C#, Programming | 3 Comments »
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 [...]
Filed under: C#, Database, Oracle, Programming | Leave a Comment »