Query on creating database for shop

Discussion in 'MS Access' started by jazzlall, Jan 16, 2007.

  1. jazzlall

    jazzlall New Member

    Joined:
    Oct 18, 2006
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    Quite new the world of access - I know the basics pretty much. What I wanted to know, and I am sorry if this sounds like a really stupid question, but hoping someone will be able to give me some advice.

    I am looking to design a database in access which is fully accessible on the internet also on a webpage. What would need to be done to achieve, a few people I have spoken to have mentioned ASP.net & ADO.net. This database will be used as a stock control system for my uncles shops, but want it so he can access it anywhere.

    Is it just a matter of creating the entire database locally and then using some code to upload it on the internet, making sure my host supports asp etc?

    Thanks in advance
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    You need to have the MS Access file on the same server as the ASP file. If you put up your web application on the internet, you can access it from anywhere in the world.
    You can connect to the MS Access file using ASP/ASP.NET by either creating a system DSN or by specifying the .mdb file as the Data Source.
     
  3. HairyMike

    HairyMike New Member

    Joined:
    May 8, 2006
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Why not use something like oscommerce?
     
  4. jazzlall

    jazzlall New Member

    Joined:
    Oct 18, 2006
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    I have pretty much completed the access project, which includes tables, forms , reports, queries etc. It also have a front end on for easy navigation for my uncle (it's for him)

    Just slightly confused about putting it on the internet now. What would you recommend would be the best way to do this, obviously using ASP is the solution, but what application shall I use. Could it be done in frontpage with aspx files which would trigger the .mdb to be opened through the webpage? Or isn't it as easy as that.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice