Microsoft ADO.
I am 100% newbie to SQl and wanted to make a ConsoleApp with the use of database. I read some about …
c# sql sqlclientUsing Entity Framework, I received a number of the following exceptions last night in one of my applications: System.Data.…
.net sql-server entity-framework transactions sqlclientI'm building a custom db deployment utility, I need to read text files containing sql scripts and execute them against …
c# sqlcommand sqlclientI have a .Net/c# 2.0 windows service. The entry point is wrapped in a try catch block that notifies me …
c# sql windows-services sqlclientI tried to look at the data connection between my visual studio and SQL server, however it keeps on saying "…
asp.net visual-studio sql-server-2008 database-connection sqlclientThe default CommandTimeout value is 30 seconds. You can manually change the value on an instance of the command object by …
.net vb.net sqlcommand sqlclient command-timeoutI have a .NET Standard 2.0 class library project with installed Nuget package System.Data.SqlClient version 4.4.0 and a Windows Form .…
sqlclient .net-standard-2.0I get the following error with SQLClient, are there more error numbers than Error Number: -1, 53, 2? Error Number: -1, Level: 20, …
c# sql-server sqlclient