If you are using TClientSocket in your delphi client, then there is 
no matter to worry about your server that what type is it.

You have to know only the command for server that on which command 
what result is returned by server. If you know the format of data 
returned by the server then you can easily put these data as per 
your need i.e. in database for DBGrid, or listbox, memo or any thing 
you want.

 

I am still working on my project and INSHALLAH i will finish it 
soon, then I can send you the project.

 

Thanks

Iqbal





----- Original Message ----
From: Marselle <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Monday, July 28, 2008 2:16:08 AM
Subject: Re: [delphi-en] Re: A win32 app talking to a file on my 
server

Question about this.. if I have a ComServer running on my server.. 
and the client connects to that com server from their desktop one 
the server I can see how many clients are connected.. my question 
is .. running queries from the client to the server and having the 
server return the result so I can populate a DBGrid and or Tlist 
box.. is this a difficult task..?
if not could you provide me with example or a simple way of 
returning the results set to different client machines who request 
it..?

thanks in advance..


--- On Fri, 7/25/08, iqbal_delphidev <[EMAIL PROTECTED]> 
wrote:

> From: iqbal_delphidev <[EMAIL PROTECTED]>
> Subject: [delphi-en] Re: A win32 app talking to a file on my server
> To: [email protected]
> Date: Friday, July 25, 2008, 4:51 PM
> Linda,
> I am working on same project. But my project is a lilbit
> advance. Not 
> only the database update I am adding some updated file
> transfer to my 
> clients from my server.
> For the purpose, I am using TClienSocket and TServerSocket
> components.
> 
> If you want only to send the SQL or any other command like
> that using 
> these component you can get your goal.
> 
> If you are interested I will send you my project after
> finishing it.
> 
> Please share your ideas in details.
> 
> Thanks
> Iqbal
> 
> 
> 
> 
> ------------------------------------
> 
> -----------------------------------------------------
> Home page: http://groups.yahoo.com/group/delphi-en/
> To unsubscribe: [EMAIL PROTECTED]
> Groups Links
> 
> 
> 



--- In [email protected], "iqbal_delphidev" 
<[EMAIL PROTECTED]> wrote:
>
> Linda,
> I am working on same project. But my project is a lilbit advance. 
Not 
> only the database update I am adding some updated file transfer to 
my 
> clients from my server.
> For the purpose, I am using TClienSocket and TServerSocket 
components.
> 
> If you want only to send the SQL or any other command like that 
using 
> these component you can get your goal.
> 
> If you are interested I will send you my project after finishing 
it.
> 
> Please share your ideas in details.
> 
> Thanks
> Iqbal
>


Reply via email to