Multiple choice asp ado

It is okay to have connections open to multiple Access databases

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

It is technically permissible to have multiple simultaneous connections open to different Access databases in ASP. Each connection would be a separate ADODB.Connection object. While this consumes more server resources and should be managed carefully, there is no technical prohibition against connecting to multiple databases at the same time.