Explain about the rdb-open method?



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

Post New Answer

More Pega Interview Questions

How to connect external java application without using connect-java?

1 Answers  


How do we get the data from the two different tables?

1 Answers  


What is volatile variable?

1 Answers  


How can we map the class to a DB Table in Pega?

1 Answers  


Explain about Obj-Browse method?

1 Answers  


Explain about Commit method?

1 Answers  


Is pega on demand?

1 Answers  


Explain guardrails of pega?

1 Answers  


Explain about Declare Index?

1 Answers  


Where work objects will be stored?

1 Answers  


What are rdb-open, rdb-save?

1 Answers  


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 ?

1 Answers  


Categories