hello everyone !
so i have a db in a local storage and it has "data type" in a table - "attachment" where users upload pictures.
its only begging and now my db is around 150Mb. and every time a user opens this db - it should completely be downloaded and only then it opens up. sometimes it takes 6-8 seconds which is already pain under a nail if i can say so.
i checked - its 100Mb ethernet speed and sometimes it uses only 40% of its capacity, but still i think its not good way to store data in a long term.
is there a way to have a pic preview in a form , but store picture itself not in a db, but outside, like in root folder where ppl will move picture there and link them to specific ID.
maybe OLE object or hyperlink ? need your pro advices as usual guys.
so i have a db in a local storage and it has "data type" in a table - "attachment" where users upload pictures.
its only begging and now my db is around 150Mb. and every time a user opens this db - it should completely be downloaded and only then it opens up. sometimes it takes 6-8 seconds which is already pain under a nail if i can say so.
i checked - its 100Mb ethernet speed and sometimes it uses only 40% of its capacity, but still i think its not good way to store data in a long term.
is there a way to have a pic preview in a form , but store picture itself not in a db, but outside, like in root folder where ppl will move picture there and link them to specific ID.
maybe OLE object or hyperlink ? need your pro advices as usual guys.