.NET ODBC DataProvider never connects via Transoft ODBC driver
I've got a windows service that I've written in .Net. In our current implementation we are interfacing with a Transoft ODBC. I've got logging implemented, and basically when we open the ODBC connection it just never connects. Never errors out or anything. We've been able to connect to the database via Access, so we know the connectiv...