Results 1 to 2 of 2

Thread: Question about using Access97 with VB6pro

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    Peterborough, Cambs, England
    Posts
    176

    Post

    Hi

    I use DAO in code to query some Access97 databases.

    There are many parts of my program that get data from different tables and databases at different times.

    I always clode the database connection once my SQL has been run.

    I was wondering if the program would function quicker, if I made a public database variable for each part of the program that is open from when the program is first run, until it is closed.

    Note: my program runs across a 10Mbit/s network and has about 50,000 records.

    Also, does compressing the database make it quicker?

    Thanks

  2. #2
    New Member
    Join Date
    May 1999
    Posts
    3

    Post

    It does run quicker in a single user environment but if you have the Access database opened by 5-10 users at once, you are going to run into performance problems and database corruption.. I started doing this a couple of months ago and noticed these problems.

    PS. This does work pretty well if you are using SQL Server as the back-end!

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