SchemaOpenConnection(String, DatabaseType, Schema, Boolean) Method
Opens an ADO connection.
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.176 -- Release Build+f9cb1e8a5a5af2031de3a84a9e36d2e86d15576a
Gemstone.Data.Schema.OpenConnection = function(connectionString, databaseType, deserializedSchema, isAdoConnection);
- connectionString String
- ADO connection string.
- databaseType DatabaseType
- Database type.
- deserializedSchema Schema
- The deserialized schema.
- isAdoConnection Boolean
- Flag that determines if connection is ADO.
DbConnectionOpened connection.