Initialises the schema object Once the schema is loaded, table schemas are 'lazy loaded' - they are fetched the first time they are requested - so there is no need to explicity load or initialise the table schema.
The DbConnect object to use to obtain the schema
xf_SQLDatabaseType_MSAccess or xf_SQLDatabaseType_MSSQL
Read user defined metadata in addition to the basic schema. The user defined metadata tables/views must be set up. User metadata support is not yet implemented.
(no description)
A text description for the database schema
Dim objSchema As New xf_DbSchema objSchema.Init xf_SQLDatabaseType_MSAccess, False, xf.DbConnect, "Default DB"