Results 1 to 2 of 2

Thread: Using AxMSDataGridLib.AxDataGrid and ADODC components?

  1. #1

    Thread Starter
    Addicted Member kutlesh's Avatar
    Join Date
    Jun 2018
    Location
    Skopje, Macedonia
    Posts
    211

    Using AxMSDataGridLib.AxDataGrid and ADODC components?

    Upgrading old VB6 app into VB.NET app.

    It has several AxDataGrid components and along they are paired with VB6.ADODC data "browser" component.

    Can you suggest API docs or any sort of documentation on how to use these components?

    Or I should just use appropriate replacement components in VB.NET?

    Well, my guess is DataGridView will replace AxDataGrid and for ADODC what would be replacement?
    But we can use Access to edit/find/delete data from tables.

    Name:  AxDataGrid_ADODC.jpg
Views: 865
Size:  11.2 KB
    Last edited by kutlesh; Mar 8th, 2019 at 03:14 AM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Using AxMSDataGridLib.AxDataGrid and ADODC components?

    Ideally, you would use a data adapter to populate a DataTable, bind that to a BindingSource and bind that to a DataGridView. You can associate a BindingNavigator with the BindingSource to provide navigation. To save any changes made in the grid, you can use the same data adapter. There will be a Save button on the BindingNavigator.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width