Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Syntax 2: For character arrays or blobs – PB Docs 2021 – PowerBuilder Library

Syntax 2: For character arrays or blobs – PB Docs 2021

Syntax 2: For character arrays or blobs

Description

Reads data from an OLE stream object into a character array or
blob.

Applies to

OLEStream objects

Syntax

Argument

Description

olestream

The name of an OLE stream variable that has been
opened.

variable

The name of a blob variable or character array into
which want to read data from olestream.

maximumread (optional)

A long value specifying the maximum number of bytes to
be read. The default is 32,765 or the length of
olestream.

Return value

Integer. Returns 0 if it succeeds and one of the following
negative values if an error occurs:

-1 — Stream is not open

-2 — Read error

-9 — Other error

If any argument’s value is null, Read returns null.

Examples

This example opens an OLE object in the file MYSTUFF.OLE and
assigns it to the OLEStorage object stg_stuff. Then it opens the stream
called info in stg_stuff and assigns it to the stream object
olestr_info. Finally, it reads the contents of olestr_info into the blob
lb_info.

The example does not check the functions’ return values for
success, but you should be sure to check the return values in your
code:

See also

Open

Length

Seek

Write


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x