It looks like with .NET Microsoft has done away with outright support for ODBC in favor of newer methods for accessing databases.<BR><BR>I have a legacy data source that I can query via ODBC. What I ...
I've been working on a Windows Form Application that displays continuously updated data (from an external source) in a tabular format. Here's a brief(?) description of what I'm trying to accomplish: ...