|
Posted by <m.sorana on 07/07/06 10:03
Thanks for the answer.
The thing is some complicate.
I wrote a VB6 programm with GUI which uses a COM object to send and retrieve
datas from a remore Reuters server. I send a sql query and I get the
response. The COM object works with events: when tha datas are retrieved
then an event will be fired and so on.
Well, I tried to start this programm through PHP but it did not work.
First I thought the problem is the GUI, so I changed the programming
language and I write a similar console application in VB.NET.
Now, if I start the programm local on the server, it works. It sends the sql
and after few seconds gets the response back and saves it.
If I start it through PHP, it executes but it is not able to instantiate the
COM object...
Navigation:
[Reply to this message]
|