GetResultSetAccessor
Description
Obtains an interface through which you can read data from a result
set.
Syntax
|
1 |
GetResultSetAccessor (pbobject rs) |
|
Argument |
Description |
|---|---|
|
rs |
A pbobject holding a result set obtained using |
Return value
IPB_ResultSetAccessor
Examples
This example gets a result set, rs, from the return value of a
PowerScript function and uses it to create an IPB_ResultSetAccessor
object, rsa:
|
1 2 3 |
pbobject rs = ci.returnValue->GetObject(); IPB_ResultSetAccessor* rsa = session->GetResultSetAccessor(rs); |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest