Information In A Access Database ... How Do I Use That Info. On The Web?

Discussion in 'Databases' started by nickjason, Jul 24, 2009.

  1. #1
    Hi Everyone,

    I have information in a Microsoft Access database. How do I take that information and display it on my internet site? What commands should I use?

    Thanks
     
    nickjason, Jul 24, 2009 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    What programming language are you going to use to connect to it?

    I would highly recommend upping to SQL Server Express (2005 or 2008) if possible. - http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx It's totally free and is made to be a true relational database, and can easily be used as a web server's database.
     
    jestep, Jul 24, 2009 IP
  3. drax2006

    drax2006 Well-Known Member

    Messages:
    233
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    118
    #3
    Look at ADO.net or even ODBC - you will need windows hosting and although you can use PHP its simpler to use ASP.Net and VB.net/c# for your site
     
    drax2006, Jul 24, 2009 IP