The name of the database table that contains the blob.
TableBlob controls
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. |
Select the control and set the value in the Properties view, Definition tab, Table option.
setting = dw_1.Object.blob_1.Table
dw_1.Object.blob_1.Table = "emp_pictures"
setting = dw_1.Describe("blob_1.Table")
dw_1.Modify("blob_1.Table='emp_pictures'")
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |