Connecting VB6 To Remote Computer
Is it Possible to connect 4 computers using vb6 in a network (Lan)
and the 4 computers will access 1 MSAccess Database in Network (lan) Simultaneously?
If Its Possible plz Email Me the Code or Post it here
(for the thesis, Philippines)
[Removed email address to protect member from spam]
:D
Re: Connecting VB6 To Remote Computer
Welcome to the Forums
Yes, you can have computers in your network connect to a shared access database as long as the share is accessible to all the desired systems that will connect to it.
Re: Connecting VB6 To Remote Computer
You could either setup a shared database like RobDogg said, or have one computer connected to the database (a server), and all other computers connect to the server to read/write from the database.
The first option is probably the best, depending on the situation.
Re: Connecting VB6 To Remote Computer
Quote:
Originally Posted by hoaxility
If Its Possible plz Email Me the Code or Post it here
(for the thesis, Philippines)
We don't write code here, we assist you with the code you've written and are having trouble with.