B
Benny Raymond
I realized that as I add and delete rows in my database that the size
never goes down... just up and up and up and ... well you get the
picture. I know that when you're working through access you can select
"Compact and Repair database..." from the Tools menu which removes all
of the rows that no longer exist... The only problem is that I cannot
figure out how to make the database do this from my program, add to the
fact that my users may not have Access, nor would I want them to have to
open up the database every once in a while and compact it if they did
have access.
So, is it possible to send a command over OleDb that compacts the database?
Thanks in advance,
Benny
never goes down... just up and up and up and ... well you get the
picture. I know that when you're working through access you can select
"Compact and Repair database..." from the Tools menu which removes all
of the rows that no longer exist... The only problem is that I cannot
figure out how to make the database do this from my program, add to the
fact that my users may not have Access, nor would I want them to have to
open up the database every once in a while and compact it if they did
have access.
So, is it possible to send a command over OleDb that compacts the database?
Thanks in advance,
Benny