R
rich
Hi,
using vb6, I am connecting to an Access 97 using
set dbs = dbEngine.workspace(0).Opendatabase("c:\myDb.mdb)
All works well however the user gets a blank Access session in the
background. Due to the nature of the app I cannot use bound controls.
Can anybody explain why this access session keeps showing up? Very
annoying as it will not go away even if I do dbs.close and Set DBS = Not
until the app close will it go away.
Rich
using vb6, I am connecting to an Access 97 using
set dbs = dbEngine.workspace(0).Opendatabase("c:\myDb.mdb)
All works well however the user gets a blank Access session in the
background. Due to the nature of the app I cannot use bound controls.
Can anybody explain why this access session keeps showing up? Very
annoying as it will not go away even if I do dbs.close and Set DBS = Not
until the app close will it go away.
Rich