Results 1 to 4 of 4

Thread: Debugging a database application

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2012
    Posts
    10

    Debugging a database application

    Hello,

    I use Visual Basic 2010 and a Access database.
    When I perform debugging
    the database returns to the old values.
    How can I instruct the application to keep the new values?

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

    Re: Debugging a database application

    Follow the first link in my signature. It should provide all the information you need to handle the most common cause of this issue. If the problem persists then you will need to provide more specific information.
    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2012
    Posts
    10

    Re: Debugging a database application

    Hello, jmcilhinney

    You answered exactly.
    I understand that VB copies the original database to the DEBUG folder.
    Practically, how can I prevent VB from copying?

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

    Re: Debugging a database application

    As I said in my previous post, all the information you need is provided by the page I have linked to.
    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

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