SE_supported_rdbms_list

Returns a list of all supported relational database management systems (RDBMS).

Usage syntax

LONG SE_supported_dbms_list (LONG *rdbms_count, ACHAR ***rdbms_list);

Parameters
rdbms_count The number of databases in the list
rdbms_list A pointer to the address of a list of databases
Description

SE_supported_rdbms_list returns a list of supported relational database management systems (RDBMS). You must call SE_database_free_list to free the memory allocated for the RDBMS list.

The list of supported RDBMSs varies depending on the release of ArcSDE you are using. For the current release, the list is as follows:

Returns

SE_SUCCESS
SE_OUT_OF_CLMEM