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.

Counting rows with a SqlDataAdapter

I have a problem in my code. I want to get the row count from my SqlDataAdapter if there are …

c# dataadapter sqldataadapter
Add parameter to dataAdapter.fill()

I am trying to add a parameter to a sqlDataAdapter. I have tried to use parameters.add() but the adapter …

asp.net vb.net ado.net parameters sqldataadapter
Insert a dataSet into a SQL table

I have a dataset filled up with data from 3 different table. I want to store that dataset in an empty …

c# sql dataset sqldataadapter
DataAdapter Fill Async Exception

I have a set of async methods I wrote to handle a large amount of database pulls and compiles in …

c# asynchronous sqldataadapter
Object must implement IConvertible

Object must implement IConvertible. Description: An unhandled exception occurred during the execution of the current web request. Please review the …

asp.net sqldataadapter
SqlDataAdapter Get Identity after insert

I create a SqlDataAdapter after a fill it to Dataset. My question is that after insert I want to get …

c# sql-server sqldataadapter
populating a list view with sql database items

My application is based on displaying a dialog box when the user enters the "add category" button. It then should …

android database android-listview sqldataadapter
SqlDataAdapter.Update or SqlCommandBuilder not working

I have a form with a datagrid, which is populated wih data from a sqlserver database. The datagrid populates fine …

c# sql-server winforms datagrid sqldataadapter