Forum Discussion
DanielWillis
2 years agoValued Contributor
Does it work if you change it to the below?
Using dbConnApp As DbConnInfo = BRApi.Database.CreateApplicationDbConnInfo(si)
return BRApi.Database.ExecuteSql(dbConnApp, sql.ToString, False)
End Using
Most of the other stuff seems unnecessary to me at a quick glance unless it has been simplified for the example.
Related Content
- 1 year ago
- 3 years ago