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.

DataSet query with Parameters does not work in Report Builder

The following picture shows the query and its result with no variables: The next one shows the same query with …

mysql dataset parameterized reportbuilder
Combobox selectionchanged event triggers without even changing the selection in the ComboBox

Could you help me find the error in this one: The event triggers before even the windows form is loaded. …

wpf combobox dataset selectionchanged
United States Weather Radar Data Feed or API?

Is there a government or private API for accessing weather radar data in the United States?

dataset weather weather-api
How to refresh dbgrid without close and open dataset in delphi?

I need to refresh dbgrid constantly, in real time. Close and open dataset works fine, but blink the dbgrid. What …

ajax delphi dataset dbgrid
C#: How do I iterate the contents in a DataColumn?

I have a database column I simply need to check to see if a value is there. DataTable dt = masterDataSet.…

c# sql datatable dataset datacolumn
How can I add a column with a value to a new Dataset in Spark Java?

So, I'm creating some Datasets from the java Spark API. These datasets are populated from hive table, using the spark.…

java apache-spark dataset apache-spark-dataset bigdata
C# WinForms - how to send updates from DataGridView to DataBase

I have a .mdb file with a Customers table and an Agents table. The only thing that the Agents table …

c# database datagridview dataset tableadapter
how to return single row using TableAdapter

Hi I am currently using TableAdapter that returns a dataTable, which is fine to use when result table should have …

c# sql-server datatable dataset datarow
How Send a Dataset With 2 DataTable to Stimulsoft Report

I create a C# program and connected to stimulsoft for Make Reports. I send a Dataset with 2 Datatable to my …

c# dataset stimulsoft
How to sort a column in dataset VB.NET having multiple sort conditions

I have a dataset in which there is a column contains various string type values like below: Aircraft Crime Package …

vb.net sorting dataset defaultview columnsorting