Quote:
Originally posted by Dildozer
Hi i have a school project where you build a website in asp and use mdb databases to drive the site. The site is on the school server and seems like one of my teammates left a connection open to the DB
So basically DB is fucked and we can't access the site, nor delete the database.ldm and databsae.mdb
Do you guys know of a way to remote kill all connections to a database?
|
You might try Stop/Start on the web server process using the IIS manager. If you area an ASP application the connection would be from IIS to Access and not the individual users.
