yltee
October 26th, 1999, 04:37 AM
i want to know how to develop a file sharing application such like network neighborhood that share the file from the other computers through the LAN
|
Click to See Complete Forum and Search --> : how to develop file sharing application for share the file from the other computers through the loca yltee October 26th, 1999, 04:37 AM i want to know how to develop a file sharing application such like network neighborhood that share the file from the other computers through the LAN Reid Robbins October 26th, 1999, 02:38 PM This may not be what you mean. But: the "Jet" database engine which comes with VB can easily share Access databases (and others, depending upon your installed drivers). Simply reference the file wherever it resides on the network and open the database. For example, if you have an Access database "MyDatabase.Mdb" which resides on \\John, and "Sarah's" computer has \\John mapped as drive "N:", then opening "N:\MyDatabase.Mdb" will open the database which resides on John's machine from Sarah's machine--and John may be using it as well. With the Jet engine, the sharing is automatic and nearly invisible. As I said, this may not be the point you were making. But maybe it will help. Reid Allen Robbins Green River, WY 82935 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |