Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Ms Access on UNIX
Name: cherian Date: January 17, 2001 at 04:24:03 Pacific
Comment:
How to acceess the Ms Access database from a unix based web server through servlets
Name: Mike Date: February 15, 2002 at 15:48:14 Pacific
Reply:
You can't cuz you need the windows ODBC driver to do that.
What you can do is get something like accessdb and setup a link to a NT machine that can read access databases and do it that way..... it's not the easiest solution, but it's the only one so far. My suggestion is get a SQL (i like MySQL or Oracle) engine and skip the crappy access database in the first place.
Summary: How can I restrict access to users on Unix not to access specific directories from windows nfs systems mounted on unix. Let's say i have mounted all Windows data directories on Unix (nfs) but how to s...