I am making an application in VB.net (4.5) using as BBDD Access (2016), but I have a small problem: when I insert a record (for example, a Richtextbox converted to Byte ()) the size of the DB increases. But when I eliminate it, the size does not diminish (it stays as it was). Therefore, as I insert and delete records the DB does not stop growing in MB.
I have been able to verify that when I restart the PC, the DB does "free up" space. What could be the reason?
PS: I'm doing the .close()
and .dispose()
needed in my access class to BBDD.