Ask a Question related to ASP Database, Design and Development.
-
Pat L. #1
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
-
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... -
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... -
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... -
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 -
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... -
Aaron Bertrand - MVP #2
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
-
Ray at #3
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...machine> No, the web server does not have enough access to the client's local> 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
-
Pat L. #4
Re: Start client application from web server
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message news:<OvrNFwQ5DHA.2692@TK2MSFTNGP09.phx.gbl>...
I have a powerful PowerBuilder application loaded on all client> 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]
>
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



Reply With Quote

