Table (for Create)  Table.property

Chapter 3: DataWindow Object Properties

Table (for TableBlobs)

Description

The name of the database table that contains the blob.

Applies to

TableBlob controls

Syntax

PocketBuilder dot notation:

dw_control.Object.tblobname.Table

Describe and Modify argument:

"tblobname.Table { = ' tablename ' }"

Parameter

Description

tblobname

The name of the TableBlob control in the DataWindow.

tablename

(exp) A string specifying the name of the table that contains the blob data. Tablename can be a quoted DataWindow expression.

Usage


In the painter

Select the control and set the value in the Properties view, Definition tab, Table option.

Examples

Example 1

setting = dw_1.Object.blob_1.Table

Example 2

dw_1.Object.blob_1.Table = "emp_pictures"

Example 3

setting = dw_1.Describe("blob_1.Table")

Example 4

dw_1.Modify("blob_1.Table='emp_pictures'")





Copyright © 2004. Sybase Inc. All rights reserved. Table.property

View this book as PDF