Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exchanging Data Over the Network...

Status
Not open for further replies.

azamatali

Programmer
Aug 20, 2001
50
IN
hi
I am trying to create an application which will be working on the network..
i.e. few of the forms will be on one computer and the other different forms will be on another computer..
They both will be using the same database.......

Now what i want to acheive is to be able to send a record from one computer (i.e. data from one form of the first computer) to the second computer( i.e. data to the other form on the second computer..)

Application which i am trying to build through this:
I am trying to create an application for a doctor.. The receptionist sitting outside the doctor's cabin will search the patient number and click a button to send the record of that patient to the doctor's computer in the cabin..
Now i don't have an idea how to do this.. Can any of u help me with suggestions or code to start with...
Thanks..
 
HI

There are two ways of doing this.

1. You can use Remote Automation or COM+.
2 You can use Winsock.

If data is simple then you can use winsock cause it is easy to handle.

Check MSDN for more details.

Bye
Dhir


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top