Custardptt
Technical User
Hi all,
My application needs to load data from two xml documents, I’ve used the command:
Application.ImportXML stDocName, acStructureAndData
After the import is checked, the data is transferred to the main tables and the tables created by the XML import are deleted:
DoCmd.RunSQL "DROP TABLE [" stXMLTablename "]"
The database .mdb file increases in size by ~3MB when the XML is imported. This is not reclaimed when the tables are dropped.
How do I stop the Access from growing like this?
Thanks in advance
Peter Tyacke
My application needs to load data from two xml documents, I’ve used the command:
Application.ImportXML stDocName, acStructureAndData
After the import is checked, the data is transferred to the main tables and the tables created by the XML import are deleted:
DoCmd.RunSQL "DROP TABLE [" stXMLTablename "]"
The database .mdb file increases in size by ~3MB when the XML is imported. This is not reclaimed when the tables are dropped.
How do I stop the Access from growing like this?
Thanks in advance
Peter Tyacke