Forum Moderators: open
Inserting binaries into access will increase the database size tremendously, and will slow down read/write times because you're dealing with a single file. Not to mention that if a script is ever stopped before the database connection is properly closed, the entire file will stay in memory even though it's not being used.
I decided on the later. I found a very simple upload script and edited it, and added in all the DB functions, and it works a treat.
I have heard from other people that docs (or images) sent straight to the DB in to be stored in Binary can cause quite a headache in the long run.
I am not at in the office right now, so don't have the URL to the script off hand, but if you like I can send you the URL, or the script i used? Although it could be a couple of days, cause i ain't back in the office until Tuesday.
Webboy