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

    ADODC and Data GRID

    I have a problem with the ADODC and the DATAGRID , sometime one of my record in the database delete itself and there`s no code under the grid.
    Can somenone give me a clue?


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: ADODC and Data GRID

    Record cannot delete itself. Most probable cause that you don't save it. In order to save the record you have to move pointer to the other record or issue the command save. Check it.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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