Database Programming with C# explains the essentials of database programming to those familiar already with C#. Learn to exploit the VS.NET IDE to access data, and more. There's no doubt C# is here to ...
Can you connect to the PostgreSQL server from within SQL Server (as a linked server)? If so, you could then extract whatever data you require without having to involve DataSets at all. Alternatively, ...