sollentuna
Programmer
Hello,
we have in a project the need to minimize the database because of hardware resources.
We build the database and add posts in Borland C++ Builder with sql questions. The system does not have MS Access installed in order to minimize licence cost for the product.
We are running on WinNT.
However when archiving parts of the database, the original database remains as large as before, which slows our system down.
Is there a way of compressing the original database in c++ without having MS Access installed? I have heard that this is possible in VB. I have also tried MDBTask
but that requires MS Access.
Thanks!
we have in a project the need to minimize the database because of hardware resources.
We build the database and add posts in Borland C++ Builder with sql questions. The system does not have MS Access installed in order to minimize licence cost for the product.
We are running on WinNT.
However when archiving parts of the database, the original database remains as large as before, which slows our system down.
Is there a way of compressing the original database in c++ without having MS Access installed? I have heard that this is possible in VB. I have also tried MDBTask
but that requires MS Access.
Thanks!