M
martin
how would i be able to programmatically obtain the path
that a database is in? i have a database application that
several users will be using in our organization. the path
that users have mapped to our server may vary, ie. some
users might have the server mapped to Q:\gldata, others
might have Q:\Budget\gldata, and some could even have a
different letter drive - N:\gldata, etc. the variations
are not fixed at all so i have no way of knowing exactly
how all users are mapped to our server and/or are able to
access the application.
i initially thought that CurDir() would allow me to obtain
that information, but all it does is let me know what the
default directory a user has.
that a database is in? i have a database application that
several users will be using in our organization. the path
that users have mapped to our server may vary, ie. some
users might have the server mapped to Q:\gldata, others
might have Q:\Budget\gldata, and some could even have a
different letter drive - N:\gldata, etc. the variations
are not fixed at all so i have no way of knowing exactly
how all users are mapped to our server and/or are able to
access the application.
i initially thought that CurDir() would allow me to obtain
that information, but all it does is let me know what the
default directory a user has.