Hello,
I have a small (8MB) database that we use to monitor vehicle panels. The user enters a panel ID and it calls an image from a folder.
I have the paths stored in a table and use image1.picture = path
However, every time the user is calling a panel to see it, the database is increasing in size, by the size of the image file (300kb). So in 15 minutes the Db has grown from 8MB to 180MB.
Compact and Repair does not resolve this.
How can I stop this please?
Thank you
I have a small (8MB) database that we use to monitor vehicle panels. The user enters a panel ID and it calls an image from a folder.
I have the paths stored in a table and use image1.picture = path
However, every time the user is calling a panel to see it, the database is increasing in size, by the size of the image file (300kb). So in 15 minutes the Db has grown from 8MB to 180MB.
Compact and Repair does not resolve this.
How can I stop this please?
Thank you