Menu
  • HOME
  • TAGS

visual studio 2013 windows application using ms access database

visual-studio-2013,ms-access-2010,network-shares

To answer the short question, just shared access to the database file itself. Refer to the following MS articles that explains the concepts succinctly. The process is the same even if the front end is C#. Office 2007: http://office.microsoft.com/en-us/access-help/ways-to-share-an-access-database-HA010279159.aspx Office 2010: http://office.microsoft.com/en-001/access-help/ways-to-share-an-access-database-HA010342110.aspx Office 2013: http://office.microsoft.com/en-001/access-help/ways-to-share-an-access-desktop-database-HA102749577.aspx You...

copy file from network share to all windows users desktops on all network computers

windows,powershell,vbscript,network-shares

In a domain it would be far simpler to use a Group Policy Preference for deploying files to user desktops. Press F3 with the cursor in the Destination File input box to get a list of available variables....

Unable to connect to network share from Windows 7

windows-7,samba,network-shares

Hust to let you know, that now, the problem is solved on my PC. I think this procedure http://support.microsoft.com/kb/934160 makes it work. Best regards, Raoul...

How to get NTFS on NETAPP

c#,network-programming,ntfs,network-shares,netapp

For doing this though, I tend to use: vfiler run vfilername fsecurity show /path/to/file/here This will print the various ACL attributes (NTFS and Unix) for the file in question. You'll need to first enumerate your share paths to do this. (cifs shares is a start point). There is a way...