Results 1 to 3 of 3

Thread: proposition needed

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    32
    hi! could anybody propose how to solve such problem:
    when i try to open database (lets say with ADODB.connection 'open'), my system freezes until response comes. how to make this process to work in the background?

  2. #2
    Guest
    Code:
    DoEvents
    sprinkled about before and after your calling database

  3. #3
    Guest
    It should be the statement right before your database opening.

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