AdoDataConnectionDatabaseType Property
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.147 -- Release Build+c5cc8ba56e7568e903c204fe8ae9773b97af8eef
function get_DatabaseType();
function set_DatabaseType(value);
Property Value
DatabaseType
This value is automatically assigned based on the connection type specified in the data provider string, however,
if the database type cannot be determined it will be set to
Other. In this
case, if you know the behavior of your custom ADO database connection matches that of another defined database
type, you can manually assign the database type to allow for database interaction interoperability.