2. What will happen to System.Data.SqlClient in the existing .NET Core repository? The System.Data.SqlClient library in the .NET Core repository is the source for the System.Data.SqlClient NuGet ...
I have a SQL Azure database and I use System.Data.SqlClient (4.6.1) to talk to it. From time to time (sometimes several times a day, sometimes no incidents for weeks), it would produce a SqlException ...
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. The Open() procedure works successfully, but seems to produce a ...