E edmond Aug 27, 2003 #1 Hi, does anyone know how to compact access data file under VB6 thanks edmond
A Arvin Meyer Aug 27, 2003 #2 edmond said: Hi, does anyone know how to compact access data file under VB6 Click to expand... I think this works in VB: DBEngine.CompactDatabase oldname, newname Alternatively, you can use the JETComp.exe utility: http://support.microsoft.com/default.aspx?scid=kb;en-us;295334 or use the ODBC admin tool. -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
edmond said: Hi, does anyone know how to compact access data file under VB6 Click to expand... I think this works in VB: DBEngine.CompactDatabase oldname, newname Alternatively, you can use the JETComp.exe utility: http://support.microsoft.com/default.aspx?scid=kb;en-us;295334 or use the ODBC admin tool. -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access