Planned updates
This document provides a peek into upcoming new features and changes for VenturaSQL Studio. Plans are subject to change.
Central Data Inspection
Centrally inspect and modify ADO.NET data before INSERT/UPDATE/DELETE.
This allows the developer to centrally update a column, like setting the DateTime "Modified" column to the current time. Or you can register information about the update to a log.
Data Sentry
Inspect and modify received web service data before the INSERT/UPDATE/DELETE is executed on server.
The Data Sentry is similar to "central data inspection," but this module runs on the middle-tier server.
Here you can inspect data before it is send to the database.
For example: You can detect that user John tries to update customer record 100. If John is not allowed to do that, you can abort the transaction.