Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.35 KB

File metadata and controls

28 lines (26 loc) · 1.35 KB
title SQLTables (Access Driver) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
helpviewer_keywords
SQLTables function [ODBC], Access Driver
Access driver [ODBC], SQLTables
ms.assetid 94423cf9-341a-4db6-bb10-8f5448df7fc3
author David-Engel
ms.author v-daenge

SQLTables (Access Driver)

Note

This topic provides Access Driver-specific information. For general information about this function, see the appropriate topic under ODBC API Reference.

Argument Comments
szTableOwner The only valid argument for szTableOwner is NULL because none of the drivers support owner names. With szTableOwner set to NULL, all tables are returned. NULL is returned in the TABLE_OWNER column.
szTableQualifier In the TABLE_QUALIFIER column, SQLTables will return the path to a database file.
SzTableType When the Microsoft Access driver is used, "SYSTEM TABLE" is supported for szTableType for system tables, "SYNONYM" is supported for attached tables, and "VIEW" is supported for row-returning queries.

See Also

SQLTables Function