VTINFO()

From Lianjapedia
Revision as of 05:55, 14 October 2016 by Yvonne.milne (Talk | contribs)

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

ALTER VIRTUALTABLE, CREATE VIRTUALTABLE, 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")