aaDBAccess object
- Last UpdatedJul 22, 2024
- 1 minute read
The aaDBAccess object exposes only static methods. Use static methods with the aaDBAccess object to request a connection to the data source by providing a connection string. You can use two categories of methods to create a database connection:
-
A reusable connection object: GetConnection()
-
A unique connection object: CreateConnection()
By default, the SQLData Script Library assumes that a connection to a SQL Server database is requested and establishes a physical connection by using the System.Data.SqlClient namespace.
For details about methods that you can use with this object, see Methods.