//
¡¡
ÀÛ¼ºÀÎ관리ìž
 
 

DropBox를 Data Server로 ì €ë„ ì²˜ìŒìœ¼ë¡œ Multi-Users로 사용해 봅니다.
단, 한가지 문제ì ì´ 있었습니다. (ì´ë¯¸ 아시고 ê³„ì‹¤ìˆ˜ë„ ...)
예를 들어 User1ì´ "í•„ë¼ë¸í”¼ì•„ 서머나 êµíšŒ"ì—서 ë°ì´íƒ€ë¥¼ ì—…ë°ì´íŠ¸í• ë•Œ,
User2ë„ "í•„ë¼ë¸í”¼ì•„ 서머나 êµíšŒ" ë°ì´íƒ€ë² ì´ìФ ì—°ê²°ëœ ìƒíƒœì—서는 User1ì´ ì—…ë°ì´íŠ¸í•œ ë‚´ìš©ì„ ë³¼ìˆ˜ê°€ 없었습니다.
ChurchBook를 Close했다가 다시 Open하든가,
아니면, 다른 êµíšŒë°ì´íƒ€ë² ì´ìŠ¤ë¡œ 연결했다가, 다시 "í•„ë¼ë¸í”¼ì•„ 서머나 êµíšŒ"로 ëŒì•„오면
User1ì´ ì—…ë°ì´íŠ¸í•œ ë‚´ìš©ì„ ë³¼ìˆ˜ê°€ 있었습니다.
즉, Userë“¤ì´ ì„œë¡œ 다른 êµíšŒê°€ 아닌, ê°™ì€ êµíšŒ ë°ì´íƒ€ë² ì´ìŠ¤ë¥¼ ë™ì‹œì— ê°™ì´ ì‚¬ìš©í•˜ë©´ 안ëœë‹¤ëŠ” 것ì´ë‹¤.

그래서, 웹사ì´íЏì—서 ì´ ë¬¸ì œì— ëŒ€í•´ì„œ 찾아 보았습니다.
1. ë‹¤ìŒ ìœ íŠœë¸Œë¥¼ 사ì´íŠ¸ì— ì˜í•˜ë©´, File Sharing Services(예를 들어 DropBox)ì—서는 Oner User ì‚¬ìš©ì´ ê°€ëŠ¥í•˜ì§€ë§Œ, 복수사용ìžì—게는 권하지 않는다고 합니다.
https://www.youtube.com/watch?v=ynVDu6OF5kE

2. ë‹¤ìŒ ì‚¬ì´íŠ¸ì— ì˜í•˜ë©´, Access Database를 DropBoxì—서 사용하기가 어렵다고 합니다.
ì¼ë¶€ 사ì´íЏ ë‚´ìš©ì„ ê²Œì‹œí•©ë‹ˆë‹¤. ë” í•„ìš”í•˜ì‹œë©´, ì´ ì‚¬ì´íЏ 방문하셔서 ì§ì ‘ 확ì¸í•´ 보세요.
https://www.yourofficeanywhere.co.uk/info-hub/can-i-share-an-access-database-using-google-drive-onedrive-or-dropbox/#:~:text=OneDrive%20or%20DropBox%3F-,Can%20I%20share%20an%20Access%20database%20using%20Google%20Drive%2C%20OneDrive,ways%20of%20sharing%20your%20database.

Can I share an Access database using Google Drive, OneDrive or DropBox?
The simple answer is “Noâ€, it either isn’t going to work, or it will work but you risk corruption, data loss, and poor performance; plus there are better, more reliable, ways of sharing your database.

Why can’t I share Access using Cloud Storage?
When you edit a document e.g. Word or Excel saved in cloud storage such as Google Drive or OneDrive, you’re basically creating a 2nd copy which is then reloaded on top of the original when you save. This works OK with documents, but databases are far more complex. If multiple users tried to open an Access database they would each end up with their own copy, and the last person to save would wipe out any changes made by the other users.
The other reason Access won’t work with cloud storage is that it is designed to work on a fast, local network, or stand alone on a PC. Access needs to make continuous read/write transactions to its backend database. Even though modern fibre broadband is potentially as fast as an office network used to be, it is still not reliable enough, and the slightest packet loss could corrupt your database.

¡¡ ¡¡ ¡¡ ¡¡