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...")
 
(Purpose)
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Function to return information about a virtual table
+
Function to return a comma separated list of table names for a given ODBC connection string.
  
 
==Syntax==
 
==Syntax==

Latest revision as of 01:27, 16 September 2023

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