Browse by Tags

Related Posts

  • Powerful DAL Code Generation For .NET - SchemaCoder v1.6

    Powerful Data Access Layer Code Generation For .NET There are few areas of software development more tedious and error prone than writing data access layer code. There are also few areas of software development that lend themselves so well to computer assistance. Numerous tools and techniques have been...
    Posted to Announcements (Forum) by csharpvzla on 11-08-2008, 12:00 AM
    Filed under: Tool, tools, Training, vb.net, visual studio, visual studio 2008, Visual Web Developer, .NET, .NET 2.0, .NET 3.0, .net 3.5, .NET3.5, ADO.NET, ajax asp.net, asp.net, ASP.NET 2.0, ASP.NET AJAX, ASP.NET AJAX 1.0, code generation tool, codegenerator, Data access, Data access helper components, data acess layer, Data Commands, DataTable, DataView, Generator, asp .NET 2.0, .NET based CMS, .NET Framework, ASP.NET 3.5, development tools, asp.net cms content management, asp.net cms content management portal, VS2008
  • 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
  • Unable to update GridView bound to DataTable

    Hi, I have the following problem. I'm working on a shopping cart. I collect the items in a DataTable. Then I load those items into a GridView. In the GridView, the user is allowed to change the quantity of each product. So far I've figured out that I need to code the RowUpdating event (I already...
    Posted to Data Presentation Controls (Forum) by bhan on 04-18-2008, 12:00 AM
    Filed under: RowUpdating, vb.net, ASP .net.2, bind data, DataTable, GridView
  • 2d Arrays vs. other data structures

    I would like to create a 2d array, but I won't know how many rows. Redim, preserve won't let me alter the first dimention. What other options do I have for flexible length 2dim data structures? I will need to bind the structure to a datagrid. -smc
    Posted to Getting Started (Forum) by smcirish on 07-19-2007, 12:00 AM
    Filed under: VB, VB .NET, vb.net, .vb, array, arrays, datagrid, dataset, datatable
  • Updating a Dataset with Seperate Stored Procedures / datatables

    Hi I have a SQL server table that I need to update. The data with which I will update it comes from two different sources, both sources contain an identifier column that can be used to identify one record that could have data from both sources. My plan therefore is to: Create a dataset called dstmain...
    Posted to Data Access and ObjectDataSource Control (Forum) by adammillsy on 04-27-2007, 12:00 AM
    Filed under: VB.Net, Data, data Acces, data set, DataSet, DataTable, Merge
  • Accessing a datatable

    I have created a dataset with a datatable by the name of Test: 'Instantiates my data access class DA = New DataAccess ( strConnString , "Win", " TestApp ") Dim dstTrust As New DataSet 'Populates the datatable with the result of my stored procedure DA .FillDataset(dstTrust, "cset_test_sp", "Test") What...
    Posted to Data Access and ObjectDataSource Control (Forum) by adammillsy on 04-27-2007, 12:00 AM
    Filed under: Stored Procedures, Table Adapter, VB.Net, Asp.Net 2.0, data set, Data Set Binding, DataAdapter, DataSet, DataTable
  • Saving listbox data - best approach?

    We have an ASP.NET 2.0 site that uses SQL Server 2000/2005. I am working on a page that updates our user table. But it will also update multiple related tables. For example, the user could be a member of several different companies and/or organizations and may have 1 to many roles out of a list of available...
    Posted to Data Access and ObjectDataSource Control (Forum) by nickpup on 04-19-2007, 12:00 AM
    Filed under: object data source, ObjectDataSource DataSet Multitable, passing object, sql, SQL Performance, Stored Procedures, VB.Net, ADO.NET, ASP.NET, Business Object, Data, Data Access, data set, DataAdapter, Database, databind, DataSet, DataTable, DataView SqlDataSource, design, SQL Server ADO.NET Transactions
  • How to retrieve data as XML from SQL database

    Hi, I have a website which is designed to search for employee information. I have the search system working which does exactly what I want to, but as an added feature I want there to be a button which, when someone clicks on it, it takes whatever the previous search was and generates a set of data in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tomosap on 02-28-2007, 12:00 AM
    Filed under: object data source, objectdatasource, parameter datatype, Stored Procedures, Table Adapter, TableAdapter, TableAdapters, VB.Net, ADO.NET, Columns, combining data sources, DAL, Data, Data Access, DataAdapter, Database, DataGrid GridView Paging, DataSet, DataTable, DataView SqlDataSource, DropDownList, XML, Gridview
Page 1 of 2 (14 items) 1 2 Next >