R
Richard Clarke
Hi
Let's say I have a Windows XP machine with a system DSN on which
points to an Access 97 .mdb file (Access itself is not installed on
the machine).
This mdb file has no security on it at all. A user on the machine can
just use any old sql client (MSQuery, Excel, WinSQL etc) to get to the
DSN and start fudging data willy nilly.
The machine also has lots of VB applications that use the database for
their data reading / writing, and also some C++ dlls that do the same
thing.
Is there any way I can secure the mdb file so the applications can
read / write to it, but the user cannot use an sql client to fudge the
data.
Many thanks
Let's say I have a Windows XP machine with a system DSN on which
points to an Access 97 .mdb file (Access itself is not installed on
the machine).
This mdb file has no security on it at all. A user on the machine can
just use any old sql client (MSQuery, Excel, WinSQL etc) to get to the
DSN and start fudging data willy nilly.
The machine also has lots of VB applications that use the database for
their data reading / writing, and also some C++ dlls that do the same
thing.
Is there any way I can secure the mdb file so the applications can
read / write to it, but the user cannot use an sql client to fudge the
data.
Many thanks