Access Application on a web page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PaulMac

    Access Application on a web page

    Is there any technology out there that will let me "publish" my Access
    app, so that a user using their web browser can open my application
    and run it from within the browser? something like what a citrix can
    do, but i don't want to get involed in CAL's and so forth

    and if not, what tool would i use to create the most robust forms
    (that work w/ a SQL db) for a web page...asp.net?

    thanks,
    Paul
  • Trevor Best

    #2
    Re: Access Application on a web page

    PaulMac wrote:
    [color=blue]
    > Is there any technology out there that will let me "publish" my Access
    > app, so that a user using their web browser can open my application
    > and run it from within the browser? something like what a citrix can
    > do, but i don't want to get involed in CAL's and so forth[/color]

    Only Terminal Services, which you need to license.
    [color=blue]
    > and if not, what tool would i use to create the most robust forms
    > (that work w/ a SQL db) for a web page...asp.net?[/color]

    ASP.NET or ASP 3.0

    --

    \\\\\\
    \\ \\ Windows is searching
    \ \ For your sig.
    \ \ Please Wait.
    \__\

    Comment

    • Tom van Stiphout

      #3
      Re: Access Application on a web page

      On 25 Aug 2004 11:56:02 -0700, paulmac106@hotm ail.com (PaulMac) wrote:

      Yes.
      There are browser-based and application-based Terminal Server
      solutions. Depends a bit on what OS you and the server are using. That
      is a Citrix-like solution though. Typically not suitable for high
      numbers of concurrent users.

      Understanding MSFT's licensing is a black art. They pretend to tell
      you all about it on their website.

      For new web applications, the default tool is ASP.NET. You don't
      provide enough information to tell if that's not appropriate this
      time.

      -Tom.

      [color=blue]
      >Is there any technology out there that will let me "publish" my Access
      >app, so that a user using their web browser can open my application
      >and run it from within the browser? something like what a citrix can
      >do, but i don't want to get involed in CAL's and so forth
      >
      >and if not, what tool would i use to create the most robust forms
      >(that work w/ a SQL db) for a web page...asp.net?
      >
      >thanks,
      >Paul[/color]

      Comment

      Working...