|
-
Feb 2nd, 2005, 10:10 AM
#1
Thread Starter
Lively Member
Send data from one computer to another
I am devloping a project with vb6.0 and access I have a data base file and i want to enter something in the data base from another computer.
this computers are in long distance and both are connected with internet.
now i want to enter some data in the computer from another by internet Is it possable?
-
Feb 2nd, 2005, 10:17 AM
#2
Re: Send data from one computer to another
If all of your computers, regardless of their location, can connect and write to the same database file, I don't see why there would be a problem.
-
Feb 2nd, 2005, 10:53 AM
#3
New Member
Re: Send data from one computer to another
-
Feb 2nd, 2005, 04:16 PM
#4
Re: Send data from one computer to another
and you need to tweak (and have) IIS on the computer that you want to connect to. otherwise, you could use remote control software.
-
Feb 2nd, 2005, 05:04 PM
#5
Re: Send data from one computer to another
 Originally Posted by rumy
I am devloping a project with vb6.0 and access I have a data base file and i want to enter something in the data base from another computer.
this computers are in long distance and both are connected with internet.
now i want to enter some data in the computer from another by internet Is it possable?
If you take a look
http://www.vbforums.com/showthread.php?t=319832
There are some links to starting off in winsock which is how you can send data from one pc to another 
Pino
-
Feb 2nd, 2005, 06:16 PM
#6
Re: Send data from one computer to another
But you still have to connect to the database.
-
Feb 3rd, 2005, 01:10 AM
#7
Fanatic Member
Re: Send data from one computer to another
A Client-Server approach will do.
The client is the remote PC that's going to manipulate the data.
The server will be the PC with the database.
So the client app will connect to the server app. The server app will
manipulate the database based on client app's command.
But this is an indirect manipulation.
To connect to the database instead of using a client-server approach, you've
to setup the IIS for a database.
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|