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
  • 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
  • Help on Retrievind Data with ADO.NET

    Private Function UserExists(ByVal username As String) As Boolean Dim ruser As DataRow SqlDALogin.SelectCommand.Parameters(0).Value = username SqlDALogin.Fill(DsLogin1) Try For Each ruser In DsLogin1.Tables("member").Rows If ruser("user_name") = username Then Return True Exit For End...
    Posted to Data Access and ObjectDataSource Control (Forum) by angshumanmitra on 04-04-2008, 12:00 AM
    Filed under: .vb, ad hoc queries, ADO.NET, ASP.NET, Asp.Net 1.1, asp.NET objectdatasource selectmethod, Data Access, DataRow, DataSet, "return value"
  • foreach datarow problem

    hi I tried to covert some code from vb to c# and I get an error : VB Code: For Each drow In dstGetOrder.Tables(0).Rows mail_body_order = mail_body_order & "<tr><td style= 'border-bottom:1px solid #D59B03'>" & drow("item_name") mail_body_order = mail_body_order...
    Posted to Web Forms (Forum) by vonbondies on 04-01-2008, 12:00 AM
    Filed under: datarow, For each, dataset
  • Dataset/Datatable Synch problem

    Hello, Im having a bit of trouble with datasets/datatables.. I have a ASP.net web page which uses a public shared dataset to hold all of the main information. The data is loaded into this on the page_load event, if the dataset is nothing or if a cache variable has expired. As soon as i update the data...
    Posted to Data Access and ObjectDataSource Control (Forum) by duffman87 on 10-06-2009, 12:00 AM
    Filed under: update, DataSet, DataRow
  • Re: How to join more than 2 DataTables into a single DataTable?

    Thank you Gabriel. Do you mean like this? Note: I add a new DataTable DesignationInfo with DataAdapter DesignationInfoTableAdapter .
    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
  • Re: How to join more than two DataTables into one DataTable?

    Thank you Lolli. Do you mean like this? Note: I add a new DataTable DesignationInfo with DataAdapter DesignationInfoTableAdapter .
    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
Page 1 of 1 (9 items)