Click to See Complete Forum and Search --> : Data tranfer using Remote connection


ezaz_k
February 12th, 2000, 07:25 AM
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.

Lothar Haensler
February 14th, 2000, 01:28 AM
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.

Cakkie
February 14th, 2000, 06:23 AM
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
slisse@planetinternet.be

The best way to escape a problem, is to solve it.