Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to connect ms access database in html using javascript

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.
 
PREVIOUS NEXT
Tagged: #connect #ms #access #database #html #javascript
ADD COMMENT
Topic
Name
2+6 =