| View previous topic :: View next topic |
| Author |
Message |
James Brown Guest
|
Posted: Mon Apr 11, 2005 2:49 pm Post subject: OLE Automation and ASP Connection |
|
|
I have written an OLE Automation sever (D6) and an Active Server Page Object
(D6) and need to move data between the two. I cannot figure out how to do
this.
Examples?
Pointer to a web page?
White paper?
Thanks....... Jim
|
|
| Back to top |
|
 |
George Birbilis Guest
|
Posted: Tue Apr 12, 2005 9:06 pm Post subject: Re: OLE Automation and ASP Connection |
|
|
| Quote: | I have written an OLE Automation sever (D6) and an Active Server Page
Object
(D6) and need to move data between the two. I cannot figure out how to do
this.
Examples?
Pointer to a web page?
White paper?
|
do you mean you can't call the OLE Automation Server from the Active Server
Page Object? Is the automation server implemented in a windows service or as
an application?
or is it vice-versa, that you can't talk to your ASP object from the OLE
Server? How are you trying to talk to it?
-----
George Birbilis (birbilis (AT) kagi (DOT) com)
Microsoft Most Valuable Professional
MVP J# for 2004 & 2005
http://www.kagi.com/birbilis
--------------
|
|
| Back to top |
|
 |
James Brown Guest
|
Posted: Wed Apr 13, 2005 3:32 pm Post subject: Re: OLE Automation and ASP Connection |
|
|
The OLE Automation server is a windows application (with a user interface).
I need to move data between the OLE server and the ASP object (both
directions).
Would it work to instantiate a socket in the ASP object and then move the
data to and from the OLE sever via the socket?
| Quote: | do you mean you can't call the OLE Automation Server from the Active
Server
Page Object? Is the automation server implemented in a windows service or
as
an application?
or is it vice-versa, that you can't talk to your ASP object from the OLE
Server? How are you trying to talk to it?
|
|
|
| Back to top |
|
 |
George Birbilis Guest
|
Posted: Thu Apr 14, 2005 8:27 am Post subject: Re: OLE Automation and ASP Connection |
|
|
| Quote: | The OLE Automation server is a windows application (with a user
interface).
I need to move data between the OLE server and the ASP object (both
directions).
Would it work to instantiate a socket in the ASP object and then move the
data to and from the OLE sever via the socket?
|
yes it would, see the Indy framework from nevrona.com (some older version of
it also included in recent Delphi versions)
-----
George Birbilis (birbilis (AT) kagi (DOT) com)
Microsoft Most Valuable Professional
MVP J# for 2004 & 2005
http://www.kagi.com/birbilis
--------------
|
|
| Back to top |
|
 |
|