What a week…Here’s a long post to catch you all up on my adventures. Reliable PluginsQuantum DB for Eclipse can’t count. SELECT COUNT(*) FROM table1 sf WHERE sf.TYPE = ‘type1’AND sf.SCID ‘sneeze’AND sf.MSCD IN (1,…
Tag: eclipse
Language/IDE Comparisons, Part 1.
Every once in a while, I’ll post up some new headaches, awesome-ness, or just differences that have come up for me using Java(1.4.2)/Eclipse (3.1.2) and C#(1.0)/Visual Studio 2003. Here are some to start: IDE Features:-Eclipse’s…
Right Tool for the Right Job.
We have been working on a (.NET, C#) project (yes, believe it or not we still are) and ran into something about ExecuteScalar and ExecuteNonQuery. We needed to know when to use each. I just…
Java/Eclipse and METRO.
So I’ve downloaded and installed Eclipse 3.1.2 and JDK (1.)5.0. I’m learning the basics: threads, collections, exceptions, and i/o from the Sun tutorials. What I need is a small project that uses all the above…