Need I internet programming with Socket?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    #1

    Need I internet programming with Socket?

    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


  • Cor Ligthert [MVP]

    #2
    Re: Need I internet programming with Socket?

    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

    "Peter" <zlxmqyt@sina.c om> schreef in bericht
    news:ONp5tn4gGH A.1272@TK2MSFTN GP03.phx.gbl...[color=blue]
    > 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
    >
    >[/color]


    Comment

    • Peter

      #3
      Re: Need I internet programming with Socket?

      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


      Comment

      Working...