InterviewSolution
Saved Bookmarks
| 1. |
What Does The Connection Object Represents? |
|
Answer» The CONNECTION OBJECT represents communication context, i.e., all communication with DATABASE is through connection object only. The connection object represents communication context, i.e., all communication with database is through connection object only. |
|