Is it possible to use SQL to get a database's structure, like
Code:
SHOW TABLES
in MySQL? I'd like to create a database access interface for MS Access databases in JSP/Java Servlets and I need to be able to access the database structure. Of course, I would port this to other languages as well, but since I'm learning JSP/Servlets I'd like to start with that for the time being.
Leave a comment: