Browse by Tags

Related Posts

  • FbDataAdapter.Fill problem

    I am having trouble getting a simple VB code to populate a dataset (or datatable) based on a Firebird query. The connection string and query syntaxes are fine. What am I doing wrong here? All the examples I find in the fb documentation make it look like this should be fine. I do not have any selectcommand...
    Posted to Other Databases (Forum) by chase5465 on 05-06-2009, 12:00 AM
    Filed under: VB, dataset, datatable, fbdataadapter.fill
  • Use ArrayList and Stored Procedure Output To Populate Different Columns In Same DataGrid/GridView

    This may be a beginner's issue, but I am having trouble with a situation that I need help with. One set of data that is stored in an ArrayList and another that is stored in the DB (results from a stored procedure). I need to have a Grid with two columns (right now the Grid is on the .aspx page, but...
    Posted to Data Presentation Controls (Forum) by jon333 on 01-26-2009, 12:00 AM
    Filed under: arraylist, Custom Column, datagrid, dataset, DataTable, GridView
  • DataTable, DataSet - Read Results into Generic Collection Variable

    Okay, so I can think of other reasons why I would want to do this, but here is the reason I am looking into this today.... I have about 300 Microsoft Access databases that I need to query. The databases were created and sent out by our agency and returned to us from our customers. Although we instructed...
    Posted to Data Access and ObjectDataSource Control (Forum) by KJAK on 11-06-2008, 12:00 AM
    Filed under: DataSet, DataTable, microsoft access
  • 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
  • Adding a int? column to a DataTable in designer in VS.

    Hello Everybody, I am using a BusinessLogicLayer and ObjectDataSources on my website. In one of my DataTables in the DataSet I wanted to add a column that can contain a nullable int (int?). The only problem is that I can not do it. If you add a column in a DataTabe/TableAdapter and you want to choose...
    Posted to Data Access and ObjectDataSource Control (Forum) by jahabdank on 08-25-2008, 12:00 AM
    Filed under: data access layer, dataset, DataTable, visual studio 2005, dataset designer
  • DataSet Rows Filtering and Retrieving -Fastest way

    Hi, I had a dataset with a table and about 10,000 records in it. Now I want to filter the records depending on certain condition in the Dataset and bind the result to the Repeater control. Please let me know the Best and The Fastest Way to achieve this. Thanks, ~JJ
    Posted to Data Access and ObjectDataSource Control (Forum) by Jagadeesh Jupalli on 06-12-2008, 12:00 AM
    Filed under: dataview, databind, datatable, dataset
  • Re: Return a DataReader - Is this good practice?

    [quote user="ElCapitan"]...Yeh I understand that this is a good way of doing things too but not without its drawbacks. Many hits to a page that constantly calls a couple of hundred 'rows' of business objects will be much heavier on the application surely because all the data is 'in...
    Posted to Architecture (Forum) by SergeyS on 03-24-2008, 12:00 AM
    Filed under: scalability, SQL Server 2005, 3-Layer Architecture, 3tier, 3-Tier Architecture, 3-tier programming, asp .NET 2.0, Basic Architecture Design, Best Practices, bll, Buisness layer, business logic layer, Connection pooling, dal, data access layer, datalogic layer, dataobjects, Dataset, dataset datareader 3-tier mvc, datatable, database object, asp.net2.0, ASP.NET Architecture, sql server, Typed DataSet tableadapter, arcitecture, asp.net 2.0 sql server, datareader, load balancing, Patterns & Practices, N-Tier, Asp.Net 2.0
  • Disconnected DataTable?

    If I use the visual design surface to create a new DataSet, and then add a DataTable (not connected to an external database), how can i gain programmatic access to that data-table? Of course, I could programmatically create a data-table in a .cs file-- but I'd like to do it visually.
    Posted to Data Access and ObjectDataSource Control (Forum) by johnywhy on 03-22-2008, 12:00 AM
    Filed under: dataset, Datatable, XSD
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last »