CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: dbgrid

  1. #1
    Join Date
    Dec 1999
    Posts
    2

    dbgrid

    suppose I have a master-detail form and want to enter data in the detail form using dbgrid. Is it possible to enter, update, delete 10-15 records .But one problem is that I have 4 tables to be updated with the entry I make.Please help and if possible send me the code.


  2. #2
    Join Date
    Dec 1999
    Location
    Slovakia
    Posts
    26

    Re: dbgrid

    You can't update 5 tables directly but you can use workaround. Try to build temporary table with necessary information for update and let grid to update this table and then update original tables.

    [ufo]

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

Featured