Socket Programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijaykumarairbee
    New Member
    • Feb 2007
    • 11

    #1

    Socket Programming

    hi all,

    i have a windows applicaiton in my client machine, and the another windows application in server with database. i want to access data from the database through socket programming. is it possible or not.

    please tell me.

    thanks for advance
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    I believe that this is not possible, but you can send data:
    Socket Programming in C# - Part 1 - Making a Connection and Sending Data

    I assume that this is not an efficient way to send data from a database.

    Comment

    Working...