Browse by Tags

Related Posts

  • Re: Creating fake column in a Dataset

    Hi, Here is the code to add column to the DataSet; Using C#.Net //Create a DataSet DataSet ds = new DataSet(); // Data Table DataTable dt = new DataTable(); //Column DataColumn dc = new DataColumn(); //Now Create a column and define attributes dc.ColumnName = "<Column Name>" ; dc.DataType...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by 1Madhu on 02-13-2009, 12:00 AM
    Filed under: dataset, Datatables, C#.Net
  • SqlDataReader, SqlDataAdapter, DataTables, DataSet, DataTableReader or what? Which in this case?

    Hello, I've been developing a website and I need to return "sets" of data to bind it to controls and I also use the same function only to get an specific row(obviously when the method doesn't return a big load of data), by entering the specific line I want to access.. like on a dataset...
    Posted to Data Access and ObjectDataSource Control (Forum) by Garzon on 01-06-2008, 12:00 AM
    Filed under: SqlDataReader, dataset, DataTableReader or what?, DataTables, Sqldapter
  • Accessing SQL Server Database through XML Scema

    Hi, I have a file Data.xsd in my ASP.NET 2.0 project. It contains a table called "cnt_mstr", I have configured it to Fill by queries, now when I execute the following code it does not inserts in the database and niether it shows it in the GridView. Here is the code on Button Cick, Data . cnt_mstrDataTable...
    Posted to Data Access and ObjectDataSource Control (Forum) by amrhsn on 11-07-2007, 12:00 AM
    Filed under: UPDATE, .NET 2.0, ADO.NET data access, c#, data access, dataset, Datatables, XML SQL, asp.net2.0, .NET SQL Server 2000, ASP .NET 2, app_code, data access insert mssql
  • Need optimization

    Dear Advance, I used one stored procedure to retrive 3 different result set. and in the codebehind i seperate it. means from the dataset i seperate three different datatable and then show my data as my need. but the main problem is ... after retriving the datafrom the database i have to user foreach...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by kamrul3d on 06-06-2007, 12:00 AM
    Filed under: multiple result sets, 3-tier, Access database query string, dataset, Datatables, executetime, .NET SQL Server 2000, Performance
Page 1 of 1 (4 items)