ADO.NET Provider for Microsoft Access

Build 26.0.9655

UseDatabaseNameAsSchema

When set to True, the driver exposes the database file name (without extension) as the schema name during schema verification.

Data Type

bool

Default Value

false

Remarks

If this property is unset, or set to False (default), the database file name's schema is always reported to be "Access".

Thus, for a file named MyDatabase.accdb:

  • With UseDatabaseNameAsSchema set to True, the schema name is returned as MyDatabase.
  • WithUseDatabaseNameAsSchema set to False, the schema name is returned as Access.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655