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.

Copy DataTable from one DataSet to another

I'm trying to add to a new DataSet X a DataTable that is inside of a different DataSet Y. If …

c# datatable dataset
Loading datagridview in VB.NET programmatically using dataset

I've created a datagridview, dataGridReport in the Designer view of VB 2010. I'm then using a query to fill a dataset, …

vb.net datagridview dataset populate
How to check if two data frames are equal

Say I have large datasets in R and I just want to know whether two of them they are the …

database r dataset compare dataframe
c# (WinForms-App) export DataSet to Excel

I need a solution to export a dataset to an excel file without any asp code (HttpResonpsne...) but i did …

c# winforms excel dataset export
Populating a dataset from a CSV file

I would like to read the contents of a CSV file and create a dataset. I am trying like this: …

c# asp.net .net csv dataset
How to bind crystal report to manually created DataSet

I wan't to create DataSet from code and set it as data source for crystal report. I don't want to …

c# asp.net crystal-reports dataset
How do I solve the "Cannot perform this operation on a closed dataset" with Borland Database Engine and a Delphi application?

The application was working perfectly, until I edited the user database (*.dbf) in OpenOffice.org Calc. Now it gives me …

delphi dataset bde
How to Change Date Format in .net RDLC Report?

I need to set my date column as 01-Jan-2013, what is the format to acheieve this in rdlc? I have …

sql dataset rdlc datetime-format
C# WPF Combobox select first item

Goodday, I want my combobox to select the first item in it. I am using C# and WPF. I read …

c# wpf xaml combobox dataset
Load a dataset into R with data() using a variable instead of the dataset name

I am trying to load a dataset into R using the data() function. It works fine when I use the …

r dataset apriori arules