top of page

 

Adaptive SQL

Adaptive SQL is an evolutionary database programming language that employs Artificial Intelligence to automatically adapt to structural database changes*. This is in contrast to ordinary SQL, which needs to be rewritten on such changes. When used in combination with our Universal Data Access Layer, it can significantly reduce time to benefit in MDM scenarios (click here for how).

By eliminating the task of changing data access code when the underlying database structures change, Adaptive SQL lowers maintenance costs and promotes the ability to get things done more quickly.

For additional information or a Demo, call us at 800-314-9503 (select option 1, then 2), or send us an email.

* Although ORMs (Object Relational Mappers) can automate the synchronization of database changes with data access code, once those changes are made, the code and synchronization changes need to be recompiled and redeployed. With Adaptive SQL, the need to recompile and redeploy is eliminated.

 

Another common approach is to use stored procedures. And while stored procedures are decoupled from application code, if the underlying database structures change, the relevant stored procedure code needs to be changed. This is not the case with Adaptive SQL.

bottom of page