Not directly. Browsers (i.e. client side scripting) are not normally
allowed to access local files and definitely can't access file directly
on the server.
You need to use a server side programming language like ASP to do this. HTML cannot access a database itself.
Google for ASP tutorials but you'll probably need to get a book.