Read the table schemas for all the tables in the database
Dim objSchema As New xf_DbSchema objSchema.Init xf_SQLDatabaseType_MSAccess, False, xf.DbConnect, "Default DB" objSchema.LoadAllTableSchemas