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.

Recommended Answers

All 3 Replies

Sockets.... or a file on a shared drive.

Sockets.... or a file on a shared drive.

I didn't get Ur idea. would U mind to explain more?

regards,

ben.

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.