MySQL Forums
Forum List  »  Newbie

Re: save documents in/out MySQL
Posted by: Phillip Ward
Date: July 01, 2014 05:23AM

Why would the Users ever need to know where the files are stored?
Your application should take care of all that, making a temporary, local copy of any file they want to open (in, say, a subdirectory of %TEMP%) and only allowing them to open/edit it from there. Given the "funny" things that Office products do with locking files, you absolutely do not want to open files directly from the "protected", shared file system.
Have the application open (and close) the network connection for itself.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: save documents in/out MySQL
July 01, 2014 05:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.