It is possible to call oracle database through ADO control or Object.
B
Correct answer
Explanation
The statement is false because you cannot directly call Oracle database through ADO (ActiveX Data Objects) without proper Oracle-specific OLE DB providers or ODBC drivers. ADO is a data access technology, but connecting to Oracle specifically requires Oracle's data access components like MSDAORA (Microsoft OLE DB Provider for Oracle) or Oracle's own ODBC drivers.