VB program run in the Network
I am write a payroll grogram. Is it possible to make this program run in the network? I mean, how could I make it for users at different workstations access it simaltaniously.
regards,
ben.
benyam_dessu
Junior Poster in Training
54 posts since Oct 2005
Reputation Points: 8
Solved Threads: 0
Sockets.... or a file on a shared drive.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
Sockets.... or a file on a shared drive.
I didn't get Ur idea. would U mind to explain more?
regards,
ben.
benyam_dessu
Junior Poster in Training
54 posts since Oct 2005
Reputation Points: 8
Solved Threads: 0
Well, in windows you can make a network drive.... which is like, a folder on computer A, is actually a drive on computer B. So when you open up the networked drive, you are actually opening up the folder on the other computer.... so you store the file on the networked drive, and you map the drive for all the workstations, and make the program access the file which is stored on the networked drive.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215