L
Laphan
Hi All
I use an Access DB for my VB front-end and 95% of my users are
laptops/desktops linking to a Domain/Win server/Active Directory setup. I
currently have the Access DB and VB app located in the program folder of a
PC, but as many users may use the same laptop/desktop as they login to their
own specific user account I'm looking to move the access db to the user's My
Docs folder (re-directed from the server with off-line access enabled on the
laptops and disabled on the desktops) so that each user can run up the
program, but actually connect to their data file (access db) via the My Docs
folder.
My problem is that .mdb files seem to be classed as 'evil' when it comes to
off-line access and I don't know why. The problem is compounded in tat I've
changed the suffix of my db to .edb so a server will be 'conned' in a way
into thinking it can off-line this file and may cause corruption to the
data - I just don't know.
My idea of moving the data file to My Docs seems a perfect solution (note if
the user account doesn't have the data file there on prog load up then I'll
copy one across), but I'm concerned about the off-line implications.
Anybody got any ideas on this?
Thanks
I use an Access DB for my VB front-end and 95% of my users are
laptops/desktops linking to a Domain/Win server/Active Directory setup. I
currently have the Access DB and VB app located in the program folder of a
PC, but as many users may use the same laptop/desktop as they login to their
own specific user account I'm looking to move the access db to the user's My
Docs folder (re-directed from the server with off-line access enabled on the
laptops and disabled on the desktops) so that each user can run up the
program, but actually connect to their data file (access db) via the My Docs
folder.
My problem is that .mdb files seem to be classed as 'evil' when it comes to
off-line access and I don't know why. The problem is compounded in tat I've
changed the suffix of my db to .edb so a server will be 'conned' in a way
into thinking it can off-line this file and may cause corruption to the
data - I just don't know.
My idea of moving the data file to My Docs seems a perfect solution (note if
the user account doesn't have the data file there on prog load up then I'll
copy one across), but I'm concerned about the off-line implications.
Anybody got any ideas on this?
Thanks