Browse by Tags

Related Posts

  • Delete row in DataSet

    Hi, I'm trying to delete a row in my DataSet, but I'm getting a "There is no row at position 1" error, here is the DataSet creation code: Protected Sub createDataTableForOrder() Dim currentOrderTable As DataTable = New DataTable("CustomerOrder") Dim column As DataColumn column...
    Posted to Data Presentation Controls (Forum) by G0ggy on 03-10-2009, 12:00 AM
    Filed under: vb.net, ASP.NET, dataset, GridView
  • 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
  • Re: data.dataset question

    thanks for the input. i think i might have been thinking of how you can put sql in a dataadapter. I ended up just doing this - Private Sub joinTables( ByRef myTbl1 As Data.DataTable, ByVal myTbl2 As Data.DataTable, ByVal myTbl3 As Data.DataTable) Dim cleanUp(3) As String Dim found As Boolean = False...
    Posted to Free For All (Forum) by 0x1A8 on 03-26-2008, 12:00 AM
    Filed under: table, vb.net, DataSet
  • data.dataset question

    right now, i've got this - Dim myTempTableDev As Data.DataTable Dim myTempTableProd As Data.DataTable Dim myTempTableTest As Data.DataTable Dim testDS As Data.DataSet = New Data.DataSet 'fill myTempTableDev with data from dev 'fill myTempTableTest with data from test 'fill myTempTableProd...
    Posted to Free For All (Forum) by 0x1A8 on 03-21-2008, 12:00 AM
    Filed under: vb.net, DataSet
  • Re: Using The DataSource like a dataset to get value

    [quote user="Fredrik N"]DetailsView1[/quote] the Cells[1] must always to be 1 to get data of other fields change the number in here : Rows[ 0 ] for example you can write like this in vb.net : Textbox 1 .Text = DetailsView1.Rows( 0 ).Cells(1).Text Textbox 2 .Text = DetailsView1.Rows( 1 ).Cells...
    Posted to Data Access and ObjectDataSource Control (Forum) by macromediax on 10-14-2007, 12:00 AM
    Filed under: vb.net, dataset, detailsview
  • How to copy data from one excel file to other excel file

    Hi I have two excel file (Ex1 and Ex2), both have same template (headers) and data will be populated from the dataset. Upto this step its works fine. My question : How to copy the data form 6th row to last row of "Ex2" and paste it into the "Ex1" after the last row in Ex1. Advance...
    Posted to Enterprise Services Integration (Forum) by SudhaYogesh on 09-12-2007, 12:00 AM
    Filed under: postback variables, querystring, selection, sql, sqldatabase, t code behind, update, VB.Net, ado.net, asp, ASP.NET, Asp.Net 1.1, Asp.Net 2.0, Asp.Net 2.0 and MS SQL Server 2005, asp.net 2.0 asp.net, asp.net 2.0 export to excel, Asp.Net 2.0 session, ASP.net 2.0 Tutorials, ASP.NET Sites, ASP.NET.NET 2.0, c#, C# code, database, datareader, dataset, datasource, excel, GridView field, Asp.NET2.0, grid view, reports, DotNet, Find Control
  • 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
Page 1 of 2 (17 items) 1 2 Next >