Difference between revisions of "ADO PROVIDERLIST()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return a comma-separated list of OLEDB providers ==Syntax== ADO_PROVIDERLIST() ==See Also== ADO_TABLELIST(), ALTER VIRTUALTABLE, CREATE VIR...")
 
(No difference)

Latest revision as of 10:23, 21 September 2023

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,...