Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.21 KB

File metadata and controls

28 lines (26 loc) · 1.21 KB
title SQLTables (Paradox 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
Paradox driver [ODBC], SQLTables
SQLTables function [ODBC], Paradox Driver
ms.assetid d68adad6-97bd-4b47-bcf9-0102aafb00d4
author David-Engel
ms.author v-daenge

SQLTables (Paradox Driver)

Note

This topic provides Paradox 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 directory.
SzTableType For Paradox files, "TABLE" is the only table type supported.

See Also

SQLTables Function