Dena wrote:
> Path = Server.MapPath ("/datastore/library.mdb")
> Object required: ''
object required errors means that it can't find the called stored
procedure or database in this case. check that your path is correct and
that the webserver has permission to access said path.