ADO TABLELIST()

From Lianjapedia
Revision as of 07:58, 14 September 2023 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to return information about a virtual table

Syntax

ADO_TABLELIST(cConnstr)

See Also

ALTER VIRTUALTABLE, CREATE VIRTUALTABLE, ODBC_TABLELIST(), Virtual Table Properties, Virtual Tables, VTINFO()

Description

The ADO_TABLELIST() function returns a comma-separated list of table names for the specified connection.

Example

? ado_tablelist("lianja_mysqltest")
actor,address,category,city,...