Results 1 to 3 of 3

Thread: Once in a minute?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 1999
    Posts
    50

    Question

    Here is the Problem that I am having:

    There is an Access Database on a IIS server with a DSN set up For it.

    I have an ASP page that "gets" data from the database. The Problem is that it only gets the data once. Then, I have to wait 1 minute ( or whatever the database reset time is ) before I can retrieve the data again ( refresh the page )

    I know that it is Something with the way that the database is being closed. I am Using the usual

    RSData.Close
    RSdata = Nothing
    DBObj.Close
    DBObj = Nothing

    as My last lines. Anybody have any Ideas??

    Thanks in advance
    Devin

  2. #2
    New Member
    Join Date
    Oct 2000
    Posts
    3

    Talking

    You should open the Access database.
    Go to

    Tools-->Options--Advanced Tab

    Change the refresh interval in sec. from 60 to 10 seconds.

    This should work.


    Curry :-)

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 1999
    Posts
    50

    It turned out that our SA ( DBA ) Goofed on setting up the DSN. So, it wasn't my Code after all ( Thank god :-)

    Once the DSN was recreated the right way, everything worked great.

    Thanks to all that Checked this out and thought about it

    Devin

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