Difference between revisions of "ODBC TABLELIST()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return information about a virtual table ==Syntax== ODBC_TABLELIST(cConnstr [, cUsername, cPassword]) ==See Also== ADO_TABLELIST(), ALTER VIRTU...")
(No difference)

Revision as of 07:57, 14 September 2023

Purpose

Function to return information about a virtual table

Syntax

ODBC_TABLELIST(cConnstr [, cUsername, cPassword])

See Also

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

Description

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

Example

? odbc_tablelist("lianja_mysqltest","myuser","mypass")
actor,address,category,city,...