Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.1 KB

sqltables-paradox-driver.md

File metadata and controls

25 lines (23 loc) · 1.1 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
SQLTables (Paradox Driver)
SQLTables (Paradox Driver)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
Paradox driver [ODBC], SQLTables
SQLTables function [ODBC], Paradox Driver

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