Click or drag to resize

GM_DBUtil Methods

The GM_DBUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDBGetTableList
Gets a list of the tables in the specified spatial database
Public methodStatic memberDBIsDatabaseFile
Indicates if the input file is a database (Esri geodatabase, Spatialite, etc.)
Public methodStatic memberDBMakeConnectionString
Make a connection string from the input connection parameters
Public methodStatic memberDBSelectExportTable
Displays a dialog that allows the user to select a table to export data.
Public methodStatic memberDBSelectTable
Displays a dialog that allows the user to select one or more tables to load.
Public methodStatic memberDBTableList_Free
Frees the memory associated with the table list
Public methodStatic memberDBTableList_GetCount
Gets the number of tables in the table list
Public methodStatic memberDBTableList_GetTableName
Gets the table name at the specified index
Public methodStatic memberDBTestConnection
Test the input connection string to see if it can be used to connect to the database
Top
See Also