|
-
February 12th, 2000, 08:25 AM
#1
Data tranfer using Remote connection
hi all good people out there,
I have to make a interface(may be wrapper functions) preferably in vb which will be able to connect to a remote machine either through intenet or leased lines or dial up connection and tranfer database files (dbf) to that machine.
I have to provide all threee options as a client may have any of the options of the connection said above.I don't know
the protocols to be used for these three types of connections.Will it be wise to use vb ? Suggest me .Is there any readymade object avialable for making different types of connection and tranfering data .
I have heard of TAPI but don't know much about it,how to use it ,any sample application.Will TAPI be the right choice for me?
Please help.
-
February 14th, 2000, 02:28 AM
#2
Re: Data tranfer using Remote connection
TAPI stands for telephony API. I don't think that's the right way to go.
You can use the Internet transfer control in VB 6 to upload data to an FTP server.
to use RAS, you can use a third-party control.
check out: http://www.mabry.com
for a huge selection of controls.
-
February 14th, 2000, 07:23 AM
#3
Re: Data tranfer using Remote connection
Another alternative is the winsock control. This will work on almost any type of connection. You can choose between TCP/IP or UDP, but in your case I would recommend TCP/IP to transfer the database.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
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
|