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?
Printable View
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?
sprinkled about before and after your calling databaseCode:DoEvents
It should be the statement right before your database opening.