Results 1 to 2 of 2

Thread: How to Use dbReset

  1. #1
    Will Schneider Guest

    How to Use dbReset

    I found that when using dbReset, that command MUST appear after the dbUnit statement in the code. Is this true of all of the methods for ASPDB? I could not get the page to reset until I moved the dbReset method lower in the code.

  2. #2
    John Guest

    How to Use dbReset (reply)

    Hi Will,

    No, most of the commands don't care where they are between the creation of the ASPdb object and the calling of the ASPdb method.

    The key with dbReset is to ONLY call it when your dbSQL property has changed and you want ASPdb to "start over" and recount the records and act like it's the first time in.

    Thanks,
    John



    ------------
    Will Schneider at 9/4/01 3:10:37 PM

    I found that when using dbReset, that command MUST appear after the dbUnit statement in the code. Is this true of all of the methods for ASPDB? I could not get the page to reset until I moved the dbReset method lower in the code.

Posting Permissions

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