EAServer component
The EAServer component is
a PowerBuilder user object called uo_employee. The uo_employee object
has a function called RetrieveData that uses
a DataStore to retrieve employee rows from the database.
Instance variables
The uo_employee object has these
instance variables defined:
1 |
protected TransactionServer txnsrv<br>protected DataStore ids_datastore |
RetrieveData function
The RetrieveData function takes the argument ablb_data,
which is of type Blob, and returns a Long value.
The function has the following script:
1 |
long ll_rv<br>ll_rv = ids_datastore.Retrieve()<br>ll_rv = ids_datastore.GetFullState(ablb_data)<br>txnsrv.SetComplete()<br>return ll_rv |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest