I'm in my ongoing ever slow transition to .NET. I'm trying to do something that I would easily do in ADO, but I can't seem to do in .NET? I'm passing a reference to an open SQLConnection into a sub ...
I'm using MSDE, running locally on XP. I have a teeny bit of C# code opening a connection to the database, closing it, then ending.<BR><BR>The Open() procedure works successfully, but seems to produce ...