C# Database via socket

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ely Raeds
    New Member
    • Apr 2007
    • 8

    C# Database via socket

    Hey

    I've got a program with a running socket connection (tcp on port 8000) but I've locally got a database on both computers. One with the client, one with the server.

    Now when the client starts up the program he gives in a lot of names which go to a db and so does the server. After that they manually connect. Now I want, upon connection, to send through the data from both db to the db.

    Is their a way to obtain data from the db and send it through? Extract it in the program and send it in strings? How do I do that or are there better/easier solutions?

    Thanks in advance. You'd be a great help.
    Ely
Working...