Home All Groups Group Topic Archive Search About

Need I internet programming with Socket?

Author
30 May 2006 1:41 AM
Peter
Hi, everybody

I'm coding a windows application. My computer works in an intranet and it
will save datas into a MS Access DB every day. Some time I need report some
datas in my Access DB to the MainServer DB. Can I write to the Mainserver DB
just like writing datas to my Access DB if I've got the Connection String of
the MainServer DB. If I have to do internet programming, need I use FTP
protocol?

Thanks in advance,

Peter

Author
30 May 2006 5:59 AM
Cor Ligthert [MVP]
Peter,

In the way you describe it yes, what is the MainServer DB by the way (type)
If if is an SQL server you can do it even over internet using the IP address
instead of the Servername.

Cor

Show quoteHide quote
"Peter" <zlxm***@sina.com> schreef in bericht
news:ONp5tn4gGHA.1272@TK2MSFTNGP03.phx.gbl...
> Hi, everybody
>
> I'm coding a windows application. My computer works in an intranet and it
> will save datas into a MS Access DB every day. Some time I need report
> some
> datas in my Access DB to the MainServer DB. Can I write to the Mainserver
> DB
> just like writing datas to my Access DB if I've got the Connection String
> of
> the MainServer DB. If I have to do internet programming, need I use FTP
> protocol?
>
> Thanks in advance,
>
> Peter
>
>
Author
30 May 2006 7:30 AM
Peter
Thanks for your reply, Cor.

I've just got that the MainServer DB type is also Access. That is to say---
I can write to the main DB just like writing to my local DB if I have the
permission.

Thanks again,

Peter