Start client application from web server

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Start client application from web server

    I'd like to start a client application from the web server and pass it
    some parameters. Is there a way to do this?
    Pat L. Guest

  2. Similar Questions and Discussions

    1. Cold Fusion Application Server service will not start
      We are running ColdFusion version 4.51 (service pack 2) on a Windows 2000 server, with IIS 5. We recently started using Crystal Reports 11.5...
    2. Cant start CF application server [mx7]
      I was updating jdbc connection information, had the mx services shut down, an when I tried to restart application server would not restart, the...
    3. Client/server application and Windows Integrated Auth
      Hi, I have a .NET WinForms application that needs to identify the user and authenticate this against a datastore (could be Access, SQL Server, or...
    4. server call a director client application
      it's possible to call a function in a director client application trought a server? if yes ...how? tnx you
    5. How can I start a client Application from a procedure?
      Hello, can someone help me to solve this problem? I've written a client Application.(just one file Client.java) Then I created a .jar file for my...
  3. #2

    Default Re: Start client application from web server

    No, the web server does not have enough access to the client's local machine
    to start an application there. Sounds like you want an application, not a
    web page.

    And what does this have to do with databases?

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "Pat L." <pat.louvau@enm.com> wrote in message
    news:b1b8387a.0401270921.495c0aca@posting.google.c om...
    > I'd like to start a client application from the web server and pass it
    > some parameters. Is there a way to do this?

    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: Start client application from web server

    Multiposted.

    Ray at work

    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:OvrNFwQ5DHA.2692@TK2MSFTNGP09.phx.gbl...
    > No, the web server does not have enough access to the client's local
    machine
    > to start an application there. Sounds like you want an application, not a
    > web page.
    >
    > And what does this have to do with databases?
    >
    > --
    > Aaron Bertrand
    > SQL Server MVP
    > [url]http://www.aspfaq.com/[/url]
    >
    >
    >
    >
    > "Pat L." <pat.louvau@enm.com> wrote in message
    > news:b1b8387a.0401270921.495c0aca@posting.google.c om...
    > > I'd like to start a client application from the web server and pass it
    > > some parameters. Is there a way to do this?
    >
    >

    Ray at Guest

  5. #4

    Default Re: Start client application from web server

    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message news:<OvrNFwQ5DHA.2692@TK2MSFTNGP09.phx.gbl>...
    > No, the web server does not have enough access to the client's local machine
    > to start an application there. Sounds like you want an application, not a
    > web page.
    >
    > And what does this have to do with databases?
    >
    > --
    > Aaron Bertrand
    > SQL Server MVP
    > [url]http://www.aspfaq.com/[/url]
    >
    I have a powerful PowerBuilder application loaded on all client
    machines on our Intranet. And a growing web-based system that uses
    many of the same database tables. I would like to launch an instance
    of the application on the client machine and send it, for example, a
    customer number. Then the application could open at exactly the right
    spot - saving lots of clicking. The parameter that I send would come
    from the database based on the data in the webpage that the viewer is
    seeing. I know that I can launch a client application by inventing a
    new file extension, tying it to the application and placing a sample
    file on the client machine in a specific directory. When they click on
    a link to that file on a web page, the application launches. What I
    don't know is how to send data to the application. Any help would be
    great. Thanks.
    Pat
    Pat L. Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139