Hi everybody!
I have to transfer a group of data beetween two computer via modem. I'm going to write a program like this: A listener program waits call from client computer. After establishing connection listener program takes data from client and store it in MSSQL2000 database.
Here is my questions:
1. How can I establish a connection and tranfer data between to computer via modem?
2. After the connection, could I login MSSQL2000 server with Delphi's database components and tranfer datas into database server with SQL scripts? Or should I write an interface program to achive this?
Do you have any suggestion about these?
I have to transfer a group of data beetween two computer via modem. I'm going to write a program like this: A listener program waits call from client computer. After establishing connection listener program takes data from client and store it in MSSQL2000 database.
Here is my questions:
1. How can I establish a connection and tranfer data between to computer via modem?
2. After the connection, could I login MSSQL2000 server with Delphi's database components and tranfer datas into database server with SQL scripts? Or should I write an interface program to achive this?
Do you have any suggestion about these?