how to make mdb access database available online in webpage

Discussion in 'MySQL' started by npmfitness, Oct 13, 2008.

  1. #1
    Does anyone know how I can make a database in mdb format available on my web page for public searching ?
     
    npmfitness, Oct 13, 2008 IP
  2. captaincore

    captaincore Peon

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    convert it to mySQL, or convert them to text files/xml and have PHP/Perl parse them.
     
    captaincore, Oct 13, 2008 IP
  3. graformix

    graformix Member

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Take a look at dbconvert.com tools for migrating from MS Access to MySQL
     
    graformix, Oct 19, 2008 IP
  4. chisara

    chisara Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Depends on your webpage, and the choice of programming languages.
    But when you say MDB you might be using an ASP(.Net) enviroment, you might want to look into Ado(.net) or ODBC(.Net) or whatever the name du jour is that microsoft uses for these systems.
     
    chisara, Oct 19, 2008 IP
  5. Social.Network

    Social.Network Member

    Messages:
    517
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    35
    #5
    I agree! If you are on a Microsoft stack and plan to use ASP(.NET) then ADO(.NET) or ODBC will work. However, if your target stack is Linux and PHP then we can discuss a migration strategy. Also, just for clarification we would not convert to text/XML as one member suggested. Can we all say Rube Goldberg?
     
    Social.Network, Oct 19, 2008 IP