Explain about the rdb-open method?
Answer / Shruti Dwivedi
The `rdb-open` method in Pega is used to open a connection to a relational database (RDB). It takes one argument: the name of the RDB connection.nnHere's an example of using the `rdb-open` method:nn```javanrdb MyRdb = rdb-open('myConnection'); // Open the RDB connectionn``
| Is This Answer Correct ? | 0 Yes | 0 No |
How to connect external java application without using connect-java?
How do we get the data from the two different tables?
What is volatile variable?
How can we map the class to a DB Table in Pega?
Explain about Obj-Browse method?
Explain about Commit method?
Is pega on demand?
Explain guardrails of pega?
Explain about Declare Index?
Where work objects will be stored?
What are rdb-open, rdb-save?
In my screen flow I have 4 assignments. When I am at 3rd assignment, I want to route it to a different user. How can it be done ?