Top "Dataset" questions

A dataset is a collection of data, generally represented in tabular form, with columns signifying different variables and rows signify different members of the set.

Delphi: using TClientDataset as an in-memory dataset

According to this page, it's possible to use TClientDataset as an in-memory dataset, completely independent of any actual databases or …

delphi dataset
How to view a DataTable while debugging

I'm just getting started using ADO.NET and DataSets and DataTables. One problem I'm having is it seems pretty hard …

debugging ado.net csv datatable dataset
Best practice to check if DataRow contains a certain column

At the moment, when I iterate over the DataRow instances, I do this. foreach(DataRow row in table) return yield …

c# dataset
Why is a SQL float different from a C# float

Howdy, I have a DataRow pulled out of a DataTable from a DataSet. I am accessing a column that is …

c# .net sql casting dataset
Export a C# DataSet to a text file

There are a lot of examples online of how to fill a DataSet from a text file but I want …

c# dataset export text-files
dataset vs .data - Difference?

I am reading some values in data attribute fields. I have seen two easy ways to read the data as …

javascript jquery dataset custom-data-attribute
LINQ to DataSet, DataTable.AsEnumerable() not recognized

I am brand new to LINQ and am trying to query my DataSet with it. So I followed this example …

.net linq visual-studio-2010 dataset
What is the difference between dataset and database?

What is the difference between a dataset and a database ? If they are different then how ? Why is huge data …

database dataset
Turn off IDENTITY_INSERT for Dataset insert

I am using a dataset to insert data being converted from an older database. The requirement is to maintain the …

sql-server dataset uniqueidentifier
How to concatenate values in RDLC expression?

I have an RDLC file in which I want to make an expression. Here is the image of properties of …

asp.net dataset reporting field rdlc