Maptitude GISDK Help

GetODBCTables()

Summary

Gets a list of all the tables in an ODBC data source.

 

Syntax

table_names = GetODBCTables(string odbc_data_source_name)

 

Argument Contents
odbc_data_source_name Name of an ODBC data source

 

Returns

An array of two (2) elements (null if an error occurred or there are no tables in the ODBC data source):

 

Element Type Contents
1 Array An array of table names (strings)
2 Array An array of schema names (strings)

 

Notes

See Also

Function Summary
GetODBCDataSourceInfo() Gets information about an ODBC data source
GetODBCDataSourceNames() Gets an array of the names of all defined ODBC data sources
GetODBCFields() Gets a list of all the fields in an ODBC table

 

 

©2025 Caliper Corporation www.caliper.com