Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
if any one know the code to view the tables in access database and display the data from any table plz send it quickly
What are you trying to accomplish and what language do you want to use?
to view tables try SELECT NAME FROM MSYSOBJECTS WHERE TYPE = 6 then run through the recordset one by one and use SELECT * FROM RECORDSET.Fields(0).Value