Results 1 to 4 of 4

Thread: Debugging a database application

  1. #1
    New Member
    Join Date
    Aug 12
    Posts
    7

    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
    .NUT jmcilhinney's Avatar
    Join Date
    May 05
    Location
    Sydney, Australia
    Posts
    81,239

    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.

  3. #3
    New Member
    Join Date
    Aug 12
    Posts
    7

    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
    .NUT jmcilhinney's Avatar
    Join Date
    May 05
    Location
    Sydney, Australia
    Posts
    81,239

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •