Connect SQL to DB Other than PegaRules Or PegaData
Hi Team,
We have a requirement to connect to external database (not PegaRules and PegaData). Created a database instance and connected to DB successfully.But when i am trying to execute the stored procedure using connect SQL. it is trying to connect to pegaData not the new database. Could you please help how to write a query to connect or suggest any changes need to be done for connecting to new database. We are using External SQL DB.
regards,
Suresh
Create a class and map that class with the table. If no table is there then, Create database table instance and mention database name and dummy table name(which is not required to be in the DB).