Question
Morgan Stanley
IN
Last activity: 1 Aug 2018 13:55 EDT
How to execute DDL in Pega 7.3.1
Hi
I have a requirement to create a view from PRPC.
I tried using Connect SQL rule, but i get an error message " Issued a DDL statement through executeRDB - DDL changes should not use this method!"
while executing the RDB-Save in activity.
Is there any other method that can be used to execute DDL
***Updated by moderator: Lochan to add Categories***
Hi,
Connect-SQL is used for complex Structured Query Language statements such as joins or stored procedures to update or extract information from an external database.
As you trying to execute DDL statements, please go with the Schema modification using the Modify Schema wizard or write DDL statements in stored procedure.