News

What I basically need is a way to do "SELECT SUM(a) AS a, SUM(b) AS b, c FROM table GROUP BY c" on a dataset within C#.<BR><BR><BR>Aurams code gets me closer, but I can't see a way to get my SQL ...
I have admitted in the past that I'm novice programmer (my strong suit is in databases). Well I'm trying to write a mock up of a tool my group wants to build, and I'm actually trying to make my ...
Microsoft has open sourced a .NET 5 C# Language Extension for SQL Server, allowing developers to work with relational data in the company's flagship programming language. The new tool joins similar ...