Maptitude GISDK Help |
GISDK lets you create views by opening ODBC sources. Once you open an ODBC source, the view is exactly like any other view in the system, except for any restrictions that may be imposed by your ODBC driver.
ODBC organizes information into data sources, each of which can contain a number of different tables. The following GISDK functions are used to control ODBC tables:
GISDK Function |
Summary |
Gets information about an ODBC data source |
|
Gets an array of the names of all defined ODBC data sources |
|
Gets a list of all fields in an ODBC table |
|
Gets a list of all the tables in an ODBC data source |
|
Opens a table from a file on disk and creates a view |
Oracle tables can be opened via ODBC sources or directly as Oracle tables. The following GISDK functions are used to control ODBC tables:
GISDK Function |
Summary |
Gets a list of fields in an Oracle table and whether they are indexed |
|
Gets a list of Oracle tables available to the user |
|
Opens a table from a file on disk and creates a view |
©2025 Caliper Corporation | www.caliper.com |