|
To demonstrate a small real life ADO application, we have put
together a few ADO demos.
Read this First
If you try to update the database, you will get the error
message: "You do not have permission to update this database".
You get this error because you don't have write access to our
server.
BUT, if you copy the code and run it on your own system, you
might get the same error. That is because the system might see
you as an anonymous internet user when you access the file via
your browser. In that case, you have to change the
access-rights to get access to the file.
List, Edit, Submit, Delete
Database Records
List, edit, submit, delete database records
Add Database Records
Add database records
|