ODBC TABLELIST()

From Lianjapedia
Revision as of 01:27, 16 September 2023 by Barrymavin (Talk | contribs)

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

Purpose

Function to return a comma separated list of table names for a given ODBC connection string.

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