Deploy MS access applications

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SAMI2
    New Member
    • Jul 2007
    • 14

    Deploy MS access applications

    Hi Friends,

    can I deploy MS access applications as wibpage over an intranet without using ASP, PHP etc.....

    thanks
  • PianoMan64
    Recognized Expert Contributor
    • Jan 2008
    • 374

    #2
    Originally posted by SAMI2
    Hi Friends,

    can I deploy MS access applications as wibpage over an intranet without using ASP, PHP etc.....

    thanks
    To a point, most of the pages that are generated in MS Access are ASP type pages, and some or DHTML pages. Most of them will carry the .asp or .htm extension to them. You just need to make the MS Access DB accessable to IIS an create a DSN name that the Pages can connect too. Since they will most likely require ASP, then there isn't much you can do when you publish them to an Intranet or Internet server. You will be required to use ASP.

    Hope that helps,

    Joe P.

    Comment

    • nico5038
      Recognized Expert Specialist
      • Nov 2006
      • 3080

      #3
      Just a warning, the Data Access Pages that are supported by A2000 / A2003 aren't supported anymore in A2007. Best not to start using them, but use "plain" PHP with MySQL or the .NET alternative .ASP.

      Access isn't really "heavy" enough to be used as a web database as it's all too easy to have it corrupted...

      Nic;o)

      Comment

      • SAMI2
        New Member
        • Jul 2007
        • 14

        #4
        Hi PianoMan64 and nico5038

        your help is greatly appreciated, and if you have any advice before I start my project.

        Comment

        • nico5038
          Recognized Expert Specialist
          • Nov 2006
          • 3080

          #5
          Originally posted by SAMI2
          Hi PianoMan64 and nico5038

          your help is greatly appreciated, and if you have any advice before I start my project.
          You might start to study:
          Access database on the web:

          Don't use Access on the web:


          Nic;o)

          Comment

          • ADezii
            Recognized Expert Expert
            • Apr 2006
            • 8834

            #6
            Originally posted by SAMI2
            Hi Friends,

            can I deploy MS access applications as wibpage over an intranet without using ASP, PHP etc.....

            thanks
            Publishing Access Data on the Web

            Comment

            • SAMI2
              New Member
              • Jul 2007
              • 14

              #7
              thank to all one send to me reply

              Comment

              Working...