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

    Problem in ado.net

    I have created one project which is working fine,but there is one big problem,i.e. when we add, modify or delete records it gets properly updated in the dataset as well as in the dtabase.I close the project and check the database it sores data properly but when i re-execute the project data in the database gets lost(menas database tables becomes empty).Et could be the reason.

    GIRISH

  2. #2
    Join Date
    Apr 2007
    Posts
    81

    Re: Problem in ado.net

    Girish,

    Could it be that you are actually updating a copy of your database? See:

    http://msdn2.microsoft.com/en-us/library/ms246989.aspx

    Kerry Moorman

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