Table (for InkPicture and TableBlobs)

Description

The name of the database table that contains the blob(s).

Applies to

InkPicture and TableBlob controls

Syntax

Describe and Modify argument:

"controlname.Table { = ' tablename ' }"

Parameter

Description

controlname

The name of the 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. For InkPicture controls, the table contains a large binary column to store ink overlay data and a large binary column to hold a background image for the InkPicture control. For TableBlob controls, the table contains the large binary database object you want to insert into the DataWindow.

Examples

Example 1

[Visual Basic]
setting = dw_1.Describe("blob_1.Table")

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