Forum Discussion
- RobbSalzmannValued Contributor II
Use:
BRApi.Database.ExecuteActionQuery(dbConnApp2, dml.ToString(), True, True)
Related Content
- 3 years ago
- 3 years ago
Hi All,
I am trying to create a simple view using SQL in BR. it works if do it directly in SQL server so no issue with the syntax. When i am trying to do the same using a BR it gives this error:
anyone seens this and know the reason and how to resolve it?
Code:
Use:
BRApi.Database.ExecuteActionQuery(dbConnApp2, dml.ToString(), True, True)