SQLQuery

The SQL Query library is a dot net / COM based library that offers similar functionality to DACs built in embedded SQL.

This library offers features not available in DACs implementation and is also faster

One of the main features are parameterized queries which are not available with DACs implementation. This is important to prevent SQL injection attacks on your application.