Looking for an option to set Readonly attribute in connection string while using OLEDB utility. Currently its throwing an error if file is opened by someone else. Any inputs would be much appreciated.
Thanks
Vijay
Mode=Read; used to work fine on a Win7 platform, but have noticed it no longer opens files Read Only since migrating to a Win10 platform, which is annoying!
Can this not be done on the db side rather than the OS side? Most enterprise databases can set user permissions so a user will have read only access rather than update/insert permissions.