
A common pattern in OpenText Content Server development is the execution of a database query. This is a low-level operation, which is useful when an API call isn’t available to get the information you require. Database queries are a quick way to get to the raw data, but are tricky when the construct of the […]