We continue to develop our .NET Provider for OLEDB. In the new build (#1434), we have implemented the methods to obtain database metadata: OleDbConnection.GetOleDbSchemaTable OleDbConnection.GetSchema GetOleDbSchemaTable Supported schemas: SchemaGuids DbInfoKeywords DbInfoLiterals All schemas of the OLEDB Provider Distinctions compared to standard OLEDB.NET Provider: The SchemaGuids schema describes all schemas including SchemaGuids, DbInfoKeywords and DbInfoLiterals. The […]
↧