ADO PROVIDERLIST()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return a comma-separated list of OLEDB providers

Syntax

ADO_PROVIDERLIST()

See Also

ADO_TABLELIST(), ALTER VIRTUALTABLE, CREATE VIRTUALTABLE, ODBC_TABLELIST(), Virtual Table Properties, Virtual Tables, VTINFO(), Working with OleDB

Description

The ADO_PROVIDERLIST() function returns a comma-separated list of the installed OLEDB providers.

From v9.3.

Example

? ado_providerlist()
Microsoft OLE DB Provider for SQL Server;SQLOLEDB.1,Microsoft OLE DB Provider for Visual FoxPro;VFPOLEDB.1,...