About 6,550 results
Open links in new tab
  1. Help using sqlClient instead of odbc C# - social.msdn.microsoft.com

    Oct 7, 2021 · Since day one Ive used odbc connections for all my database needs. I guess its time to move on to the faster and more prefered sqlClient. How would something like this be converted to …

  2. C# & Oracle.DataAccess.Client.OracleException

    Jul 31, 2015 · EntityException: The underlying provider failed on Open. That usually means that the connection string is wrong.

  3. vb.NET ReportViewer connectionstring

    Nov 7, 2015 · The connection string server\database will be different at deployment, and it appears that I cannot programmatically change the connection string, so I am not certain how to go about this.

  4. How to call a SQL Server Stored Procedure from C#...

    Oct 7, 2021 · how can i call. don't see a simple code to call a Stored Procedure Thursday, October 2, 2014 7:30 AM

  5. Modify ConnectionString in App.Config

    Sep 18, 2020 · The following code snippet assumes the name of the connection string is stored in the variable "_connectionStringName". In this example, I'm setting the connection string in the …

  6. C# Winform receive string via telnet - social.msdn.microsoft.com

    Feb 17, 2015 · is the one responsible for capturing the message that the device is sending to the C# program via telnet. The message is quite long, it looks like this (actually the string is formatted …

  7. read Data from excel to c#Datatable - social.msdn.microsoft.com

    Dec 25, 2013 · I am looking for a code snippet to read Data from excel to c#Datatable.

  8. RS232 Polling in C# - social.msdn.microsoft.com

    Apr 7, 2015 · I have RS232 connection to a device and I used the SerialPort Wrapper in C#. I am able to establish connection and be able to access registers. What I need is to continuously monitor the …

  9. Refresh SQL table via ASP.NET C# Code

    Oct 7, 2021 · Question 0 Sign in to vote User-1766099125 posted Hi, If I have a C# code for inserting to sql table: /* Insert Query */ string testSql = "INSERT INTO Test (id) values ('100'); /* Sql Connection …

  10. trabajar con excel desde c# - social.msdn.microsoft.com

    Estoy teniendo algunas dificultades para trabajar con dos planillas excel desde C#.