Any ideas how to connect to an Access Database in JSP?
Printable View
Any ideas how to connect to an Access Database in JSP?
hey mark,
It is the same procedure as you would do in java...just put the code in scriplets section and it will work. This is the basic way doing, unless you wanted to incorporate connection pooling, etc.
Manoj
that's what I thought, but I need to import java.sql.* where/how do I include that line?
It's OK, I've figured that out now.
Thanks