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.NET
  4. Getting the access table into html page

Getting the access table into html page

Scheduled Pinned Locked Moved ASP.NET
htmltutorial
4 Posts 4 Posters 0 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.
  • P Offline
    P Offline
    parthan pandian
    wrote on last edited by
    #1

    how to get access table into a html page using ASP, pls reply me for that.

    parthan

    J K T 3 Replies Last reply
    0
    • P parthan pandian

      how to get access table into a html page using ASP, pls reply me for that.

      parthan

      J Offline
      J Offline
      Joshua Omundson
      wrote on last edited by
      #2

      You might want to try a GridView control.

      1 Reply Last reply
      0
      • P parthan pandian

        how to get access table into a html page using ASP, pls reply me for that.

        parthan

        K Offline
        K Offline
        Karthickeyan k
        wrote on last edited by
        #3

        here's an example of how to connect to the Access database through Classic ASP: Set MyConn = Server.CreateObject("ADODB.Connection") MdbFilePath = "c:\database\MyDatabase.mdb" ''# Server.MapPath is not needed, since we are providing the whole path already MyConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & MdbFilePath Try some more good examples...

        1 Reply Last reply
        0
        • P parthan pandian

          how to get access table into a html page using ASP, pls reply me for that.

          parthan

          T Offline
          T Offline
          taha bahraminezhad Jooneghani
          wrote on last edited by
          #4

          if you are already know less about the data access the quick way is: use access data source and config that, then use a data control and set the data source to the control! then begin to config them in your own way! the other way is, data bound a control and use eval in your inline code, to have more control!

          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