Question: Refer to the ACSCars database from the last two weeks. As mentioned previously, ACSCars, Inc., a car manufacturing firm, intends to develop a web-based database
Refer to the ACSCars database from the last two weeks. As mentioned previously, ACSCars, Inc., a car manufacturing firm, intends to develop a web-based database application by using MySQL as the database.
In this assignment, complete the following tasks and answer the associated questions:
Create a connection by using ADO.NET and the following information (ADO stands for ActiveX Data Objects):
Parameters
Connection Name: AK
Database: ACSCars
User Name: Mathew
Password: Mathew
Enable Pooling: Cleared
How many connections will actually be created in this case?
If Enable Pooling is "Checked," what will be the impact on the connection?
Release the above connection and create a new connection by using the same parameters except the following two changes:
Connection Name: AK1
Enable Pooling: Checked
How many connections will be created in this case?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
