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.
Prevent Users from Editing Access
Name: mk1409 Date: September 24, 2008 at 06:29:38 Pacific OS: Server 2003 CPU/Ram: Xeon Product: Dell
Comment:
I have an access database stored on a server with multiple users accessing to search. Is there a way to lock the layout of the database so that users can not save changes to the layout or format of it, but can still search and use the database as normal?
Summary: Hi, I have a user trying to print reports from a DB, but she receives a debugging error everytime. Essentially, the stand-alone (no SQL connection required) DB is a shortcut from a mapped drive on the...
Summary: Can someone tell me why the following is not working? $query = file_get_contents("import_data.sql"); echo ($query); $result=mysql_query($query); import_data.sql contains the mySql commands to ad...
Summary: Hi FishMonger, Thanks for the links. I have to admit I am not the most experienced with databases and have only recently started PHP web development linked to MySQL databases due to a change in jobs. ...