Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP - access database

ASP - access database

Scheduled Pinned Locked Moved Web Development
databasequestionlearning
3 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sarvesvara BVKS Dasa
    wrote on last edited by
    #1

    I use my ASP page to communicate with my access database. Is there any way to find the list of 'tables' in my access database from ASP or using jscript?? I was born intelligent
    Education ruined me!.

    M 1 Reply Last reply
    0
    • S Sarvesvara BVKS Dasa

      I use my ASP page to communicate with my access database. Is there any way to find the list of 'tables' in my access database from ASP or using jscript?? I was born intelligent
      Education ruined me!.

      M Offline
      M Offline
      Michela 0
      wrote on last edited by
      #2

      I've found the following example. Hope it helps you Michela <% conn.Open strconnection set rs = conn.OpenSchema(maxTable) ' maxTable=20 for me %> <% do while not rs.eof if rs("table_type") = "TABLE" then %> <% end if rs.movenext loop rs.close %>

      »

      Tables

      Table Name

      <%=rs("table_name")%>

      S 1 Reply Last reply
      0
      • M Michela 0

        I've found the following example. Hope it helps you Michela <% conn.Open strconnection set rs = conn.OpenSchema(maxTable) ' maxTable=20 for me %> <% do while not rs.eof if rs("table_type") = "TABLE" then %> <% end if rs.movenext loop rs.close %>

        »

        Tables

        Table Name

        <%=rs("table_name")%>

        S Offline
        S Offline
        Sarvesvara BVKS Dasa
        wrote on last edited by
        #3

        Thanks.... Will give a try on it!! I was born intelligent
        Education ruined me!.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups