OLEDB - Connection string Readonly option
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-01-18 11:23 PM
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
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-01-18 01:56 AM
I have already tried MODE=Read;ReadOnly=true
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-02-18 09:23 PM
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!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-02-18 03:59 PM
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.
