 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sasa Mihajlovic Guest
|
Posted: Sun Feb 25, 2007 5:38 pm Post subject: Small problems with data request |
|
|
Hi,
I was made SOAP Server Application (CGI Standalone) and I was install
Apache HTTP Server. When I check in the interner exporer on adress
http://127.0.0.1/cgi-bin/myapp/
I get a service page list, and it is mean taht server work fine, in my
server app I have a procedure:
function DataRequest(Sender: TObject; Input: OleVariant): OleVariant;
in my SOAP DataModule which is read Input fill SQLDataSet with
requested data and push it throu provider to the client.
I have a SQL statement SELECT * FROM HR.EMPLOYEE and on a client side I
can view all employee data, when I call this procedure from client with
request:
cds.close;
cds.data := cds.DataRequest('SELECT * FROM HR.JOBS');
cds.open;
I get a previous list of employees!
So, what am I wrong do in this sample!
Thanks in advance... |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|