I am using TAdoDataSorce TSQLTable, to access data.accdb everything works fine.
The size increases data.accdb if I add records or if I enter data in fields object/OLE, but the size of data.accdb, not decreases it if I delete records or delete data object/OLE.
Using MS Access 2007 database to compact the data.accdb is resized.
You can compact with Xailer?
frank
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Question about TAdoDataSource
- ignacio
- Site Admin
- Mensajes: 9441
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Question about TAdoDataSource
franksoft escribió el mar, 21 febrero 2012 19:39I am using TAdoDataSorce TSQLTable, to access data.accdb everything works fine.
The size increases data.accdb if I add records or if I enter data in fields object/OLE, but the size of data.accdb, not decreases it if I delete records or delete data object/OLE.
Using MS Access 2007 database to compact the data.accdb is resized.
You can compact with Xailer?
frank
Frank,
Try with oAdoDataSource:Execute( "CompactDatabase" )
-OR-
oAdoDataSource:oRecords:oAdo:CompactDatabase()
If none of the above work, then take a look at this link:
http://support.microsoft.com/kb/295334/en-us?fr=1
Regards,
The size increases data.accdb if I add records or if I enter data in fields object/OLE, but the size of data.accdb, not decreases it if I delete records or delete data object/OLE.
Using MS Access 2007 database to compact the data.accdb is resized.
You can compact with Xailer?
frank
Frank,
Try with oAdoDataSource:Execute( "CompactDatabase" )
-OR-
oAdoDataSource:oRecords:oAdo:CompactDatabase()
If none of the above work, then take a look at this link:
http://support.microsoft.com/kb/295334/en-us?fr=1
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Question about TAdoDataSource
Ignacio,
oAdoDataSource:Execute( "CompactDatabase" )
generates attachment erroreSQL1
oAdoDataSource:oRecords:oAdo:CompactDatabase()
generates attachment erroreSQL2
While Jetcomp.exe is not compatible with file.accdb extension and do not think it can be used at runtime
thanks for the suggestions
Frank
Attached files
oAdoDataSource:Execute( "CompactDatabase" )
generates attachment erroreSQL1
oAdoDataSource:oRecords:oAdo:CompactDatabase()
generates attachment erroreSQL2
While Jetcomp.exe is not compatible with file.accdb extension and do not think it can be used at runtime
thanks for the suggestions
Frank
Attached files