Top "Sqldataadapter" questions

Represents a set of data commands and a database connection that are used to fill the DataSet and update a SQL Server database.

Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding

When I run my code I get the following exception: An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred …

c# sql sqldataadapter
c# Using Parameters.AddWithValue in SqlDataAdapter

How can I use Parameters.AddWithValue with an SqlDataAdapter. Below searching codes. var da = new SqlDataAdapter("SELECT * FROM annotations WHERE …

c# parameters ado.net sqldataadapter
ReadOnlyException DataTable DataRow "Column X is read only."

I've got a short piece of code that originally created an SqlDataAdapter object over and over. Trying to streamline my …

c# datatable sqlcommand sqldataadapter
SqlDataReader vs SqlDataAdapter: which one has the better performance for returning a DataTable?

I want to know which one has the better performance for returning a DataTable. Here for SqlDataReader I use DataTable.…

c# performance datatable sqldatareader sqldataadapter
DataTable from TextFile?

I have taken over an application written by another developer, which reads data from a database, and exports it. The …

c# datatable sqldataadapter
collection was modified enumeration operation may not execute

Okay, so I want to open a new form if it isn't already open. So I check for the form …

c# foreach datatable sqldataadapter openform
Loading combobox from database in C#

I am creating an application, where I can add a customer's first name, last name, email, the date, service type (…

c# mysql combobox sqldataadapter
Data Adapter Vs Sql Command

Which one would be better in executing an insert statement for ms-sql database: Sql DataAdapter or SQL Command Object? Which …

c# asp.net sql sqlcommand sqldataadapter
Confused between SqlCommand & SqlDataAdapter

everyone I am a student and new to .NET and specially MVC3 development but for one of my project I’…

c# .net sqlcommand sqldataadapter
SqlDataAdapter Output Variable Question C#

I do not clearly understand how to format the SqlDataAdapter for output variables when working with C# Error Message: Index (…

c# sql ado.net sqldataadapter