|
The ADOClass is organized for all generic database calls, returning variable types specific to each function. The current configuration uses the System.Data.SqlClient namespace. A typical database call involves parameterized SQL created in the SQLClass returned to an ADOClass function call, returning a dataset or data type.
The ADOClass enables application wide modifications to database calls and methods.
|
|