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

Thread: datagrid

  1. #1
    Join Date
    Jun 2001
    Posts
    10

    datagrid

    i have a datagrid which was bound to ado datacontrol....at run time i will change the data in the datagrid.now i want to insert the changed record set in to the other table.....how can i do this.....will u please help me in doing this....
    i want the code to insert the manipulated record of datagrid into other table.


  2. #2
    Join Date
    Aug 2000
    Location
    Namibia
    Posts
    139

    Re: datagrid

    Depending on the DBMS you're using, it will be easier to use an INSERT trigger to perform the task. Otherwise, check out the events for the ado object and insert the necessary code at the correct event.

    Hope this points in the right direction


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