modifying data in a grid ajt

From: john andrew (johnandrew_at_discussions.microsoft.com)
Date: 09/25/04


Date: Sat, 25 Sep 2004 01:11:44 -0700


-- 
hello
I am having trouble finding meaningfull examples with datagrids in VB6. 
I want to use the grid by programming with DAO but the datagrid control is 
nowhere to be found.
 ADO uses a data source with a datagrid but using code to modify the grid 
and associated data is hard without programming. 
These grids with basic operations done automatically are difficult.
I can connect to a Access database easy enough and change data using simple 
tables and text boxes.
Why is this so hard in VB6 to use grids!!!!!!!!!!!!!!!!!!!!!!!!!!!
VB .net looks just as ridiculous with grids.
where can I find some good examples of grid use with code, or DAO grid 
control or are grids only good for single table operations. 


Relevant Pages

  • Re: SQLCeResultSet does not update first row
    ... the DataSet for a bound datagrid. ... Ginny Caughey wrote: ... result set in the grid, but it's still the same principle. ... int recs = sqlCeCommand.ExecuteNonQuery; ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: How to use one datagrid to update/insert into another
    ... dsMassUpdate is your actual dataset that is going to be updated? ... dgMassUpdate is a datagrid that shows the dataset dsMassUpdate? ... Is dbMassUpdate your data grid that you are inserting their ... Dim cmdParam As SqlParameter ...
    (microsoft.public.dotnet.languages.vb)
  • Re: SQLCeResultSet does not update first row
    ... Although SqlCeResultSet is a DataReader and inherits from SqlCeDataReader, ... datagrid refreshed its view with "X's". ... Ginny Caughey wrote: ... result set in the grid, but it's still the same principle. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Datatable interer Original-Index beim Sortieren
    ... Einen Puffer für die Daten benötigst du immer, ... Objekt nun als "Unter"-Objekt im Grid enthalten ist oder über einen Verweis ... > Grid z.b. dem Datagrid passieren. ... dann musst du den Sort-Algorithmus schon an deine Belange anpassen. ...
    (microsoft.public.de.german.entwickler.dotnet.datenbank)
  • Re: Datatable interer Original-Index beim Sortieren
    ... Du brauchst beim DataGrid keine Datenbank. ... Grid holt sich die Daten aus einem Puffer. ... DataView usw. sein. ... legt über die eigentliche DataSource eine ArrayList, ...
    (microsoft.public.de.german.entwickler.dotnet.datenbank)