WB_RcdSet - SQL clause "FROM"

Syntax
WB_RcdSet=table name or recordset definition (SQL FROM clause)

Syntax example
WB_RcdSet=titles inner join publishers on titles.PubID=Publishers.PubID

Valid inputs
Any valid SQL FROM clause.

Default value
none

Description
This variable contains recordset definition (cross-table query or table name). If you use ISAM database then table name is the same as the file name without extension, except for WB_Connect=Text; (for example to open table authors.dbf you don't need the dbf extension). This variable is required if WB_Command has any of these values: Q, U, D, A and L. It is also required when WB_Command has value P and WB_BaseName is not empty.