News

System.Data.SqlClient, for now, will continue to be supported, but only for fixing bugs and security issues, with all new development going to Microsoft.Data.SqlClient. "Our roadmap has more frequent ...
In our last article we looked at System.Data in .NET Core 3.0. Now we turn our attention to System.Data.SqlClient, which is the SQL Server driver.
Protected WithEvents SqlConn As System.Data.SqlClient.SqlConnection Protected WithEvents daJobs As System.Data.SqlClient.SqlDataAdapter Dim dsJobs As New System.Data.DataSet ("dsJobs") ...