Browse by Tags

Related Posts

  • Table Adapter Insert Problem

    Hi Guys I am hoping someone kind person would help me out here, I a have just starting using tableAdapters but I am not quite confident just yet, although I have come a long way in the last few days and " Nights ", the problem I have is very simple I am sure, but I cannot solve it for the life...
    Posted to Data Access and ObjectDataSource Control (Forum) by Web Design Devon on 06-13-2009, 12:00 AM
    Filed under: Data, TableAdapter, TableAdapters, Table Adapter, DataSet, DataSet Access Parameter C#.NET 2.0, DataAdapter, Insert, Data Access Layer, DataAdapter DataTable SQL Server, DataRow, tableadapter dataset datatable, datatable.rows, dataadapter.fill(), insert datatable, database add records, Insert data, tableadapter passing parameter, data accesss layer, Insert Data Values into SQL Database
  • DataSet.GetXml returns empty XML

    Hi, I have a dataset which contains values (check in ItemArray or in debug mode) but when using GetXml, I get the following: <MyDataSet> <MyTable> <ID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" /> <CLASS...
    Posted to Data Access and ObjectDataSource Control (Forum) by jrix on 04-22-2009, 12:00 AM
    Filed under: DataAdapter, DataAdapter Update, dataadapter.update, DataSet
  • Re: How to join more than two DataTables into one DataTable?

    Thank you again Lolli. Do you mean Add Query... ? If I will add query to the DesignationTableAdapter ... this warning... will prompt. If I will make that query... [quote user="Lolli"] SELECT Employees.EmployeeID, Employees.EmployeeName, Branches.BranchID, Branches.BranchName FROM Employees...
    Posted to Data Access and ObjectDataSource Control (Forum) by van.net on 11-05-2008, 12:00 AM
    Filed under: Typed dataset, VB.Net, .net 2.0, Data Access, DataAdapter, DataColumn, DataReader, DataRelation, DataRow, DataSet, DataTable, XML Schema Definition, VB.NET 2005
  • How to join more than two DataTables into one DataTable?

    Hi, I am using .NET 2.0 and new in developing a web application. This is the first time I use Typed DataSet or XML Schema Definition in accessing data. The three DataTable s that I want to join into one DataTable : Employees EmployeeID EmployeeName 1 Steve Nash 2 Jason Kidd 3 Kobe Bryant 4 Tony Parker...
    Posted to Data Access and ObjectDataSource Control (Forum) by van.net on 11-05-2008, 12:00 AM
    Filed under: Typed dataset, VB.Net, .net 2.0, Data Access, DataAdapter, DataColumn, DataReader, DataRelation, DataRow, DataSet, DataTable, XML Schema Definition, VB.NET 2005
  • How to join more than 2 DataTables into a single DataTable?

    Hi, I am using .NET 2.0 and new in developing a web application. This is the first time I use Typed DataSet or XML Schema Definition in accessing data. The three DataTable s that I want to join into one DataTable : Employees EmployeeID EmployeeName 1 Steve Nash 2 Jason Kidd 3 Kobe Bryant 4 Tony Parker...
    Posted to Data Access and ObjectDataSource Control (Forum) by van.net on 11-05-2008, 12:00 AM
    Filed under: Typed dataset, VB.Net, .net 2.0, Data Access, DataAdapter, DataColumn, DataReader, DataRelation, DataRow, DataSet, DataTable, XML Schema Definition, VB.NET 2005
  • Access database won't update

    I have an Access database that is bound to a DinamicDetailsView. The problem is that it won't update. When I press the edit button, the edit template is shown, but when I make changes and press update nothing happens. It just returns to the basic template and does not update database. Here is the...
    Posted to Access Databases and AccessDataSource Control (Forum) by alensp on 10-01-2008, 12:00 AM
    Filed under: Ms access database, update, updated rows in ms access, access, access vb.net select statement simple login form, AccessDataSource INSERT problem, ASP.NET 2.0, data set, DataAdapter, DataSet, Gridview Data Sources, .ASPX, GridView
  • Problem: Dataset into SQL Table

    I am reading a CSV file into a dataset and trying to insert this dataset into an existing SQL table. The problem I am having lies in the fact that the dataset I have contains 2 columns, and the SQL table has 20+ columns. I can't get any data to be inserted into the SQL table from the dataset, I really...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by acoleman on 03-12-2008, 12:00 AM
    Filed under: SQL, dataadapter, dataset, For Each Loops
  • How I fill my SqlDataAdapter..?

    Hi, I am using a SqlDataAdapter which is manually connected with the database. Now I am trying to fill a DataSet with some criteria and bind a DataList named listImage with that DataSet. My code given below : if (!IsPostBack) { this .sqlDataAdapter1.Fill(ds, 0, 6,"all_bags"); listImage.DataSource...
    Posted to Data Access and ObjectDataSource Control (Forum) by tapasmahata on 02-15-2008, 12:00 AM
    Filed under: DataAdapter, dataadapter.fill(), DataSet, ADO.NET
  • Missing TableAdapter from DataSet or Business Object Empty

    The Scenario: I created a DataSet called GetHouses.xsd that gets data from a table based on which user is logged in. I named the Return a DataTable Method name: GetDataByUser. I have tried Google and these forums but I haven't found anything matching what I am experiencing. I've done similar...
    Posted to Data Access and ObjectDataSource Control (Forum) by dune44 on 01-31-2008, 12:00 AM
    Filed under: Empty, object data source, objectdatasource, sql, Table Adapter, Business Object, DAL, data set, DataAdapter, DataSet, datatable tableadapter, Gridview - dataset, Gridview DataGrid, Gridview
  • Fill Table from Dataset?

    What I am trying to accomplish is to Create a New Table (Part) in my database called BaseData. This part I have completed and works fine. My second step is where I am having troubles trying to figure out what to do and how to do it. I need to grab data from a ODBC databse on another server and place...
    Posted to Data Access and ObjectDataSource Control (Forum) by ssimon on 01-02-2008, 12:00 AM
    Filed under: data set, data table, DataAdapter, DataSet, DataSets, DataTable
Page 1 of 3 (21 items) 1 2 3 Next >