VTINFO()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return information about a virtual table

Syntax

VTINFO(<workarea | alias>, "database" | "name" | "connstr" | "basetable" | "primarykey" | "properties")

See Also

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

Description

The VTINFO() function returns information about the specified virtual table.

Example

open database southwind
use vt_orders
? vtinfo(vt_orders,"basetable")
use vt_employees in 3
? vtinfo(3,"connstr")