Top "Datatable" questions

The term "datatable" is ambiguous.

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
How to bind dataGridView predefined columns with columns from sql statement (without adding new columns)?

Is there a elegant way, to bind predefined dataGridView columns with results from a SQL statement? Example: dataGridView1.Columns.Add("…

c# data-binding datagridview datatable dataview
reading Excel Open XML is ignoring blank cells

I am using the accepted solution here to convert an excel sheet into a datatable. This works fine if I …

excel datatable openxml openxml-sdk
Set p:dataTable p:column width

I am trying to set the column widths of my data table. I have looked at this question for an …

jsf primefaces datatable width
Datatable select with multiple conditions SQL Query issue

From This question, its answer is almost my answer. But I am facing some sql query issue, I have the …

datatable vb.net-2010
DataTable does not support schema inference from Xml.?

<?xml version="1.0" encoding="utf-8"?> <PHP_Adapter> <Adapter> <ID>11</ID> <…

c# xml datatable
ADO.NET DataRow - check for column existence

How do I check for the existence of a column in a datarow? I'm building datatables to organize some data …

datatable ado.net datarow
Suppress Crystal Reports section if there are no rows in a datatable

I have a section in a Crystal Report that I want to suppress. I need to suppress it if there …

crystal-reports datatable datarow rowcount
C# DBNull and nullable Types - cleanest form of conversion

I have a DataTable, which has a number of columns. Some of those columns are nullable. DataTable dt; // Value set. …

c# datatable types nullable
C# Read from .DBF files into a datatable

I need to connect to a .dbf file in visual Studio using C# and populate a data table. Any ideas? …

c# datatable visual-foxpro dbf