ADO is ActiveX-based, it can work in different platforms and different programming languages.

TRUE
nan
nan
nan

The correct answer is FALSE. ADO is ActiveX-based, but it can only work in Windows-based platforms and with programming languages that support ActiveX.

ActiveX is a set of technologies that enable software components to interact with each other. It was developed by Microsoft and is used in many Windows-based applications. ADO is a set of ActiveX components that allow developers to access data from a variety of sources, including databases, web services, and files.

ADO can be used in a variety of programming languages, but it is most commonly used with Visual Basic and C#. It can also be used with other languages that support ActiveX, such as Delphi and PowerBuilder.

However, ADO cannot be used in non-Windows-based platforms, such as Linux and macOS. This is because ActiveX is a Windows-specific technology. Additionally, ADO cannot be used with programming languages that do not support ActiveX, such as Java and Python.

Therefore, the statement “ADO is ActiveX-based, it can work in different platforms and different programming languages” is false.