Results 1 to 2 of 2

Thread: TCP/IP (Sending/Recieving Data Strings)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Location
    Omaha, NE, USA
    Posts
    28
    In a very basic TCP/IP messenger, is it possible to send more that one data string at a time, or how can I send one at a time but have the server recognize what variable is being sent. Thank you all for your eager help.
    - Ovid -

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    126
    You need to either create your own set of protocols to send various bits of data or send data using a tagged var method...

    Something like this...


    sckOutBound.SendData "3,Username,Password,EmailAddres"
    'send a definition of the incoming data...
    DoEvents
    SckOutBound.SendData "pippen,mypassword,[email protected]"
    'send the real data so that the server knows what data it's expecting...
    Regards,

    Paul Rivoli
    ---------------------
    [email protected]
    http://members.dingoblue.net.au/~privoli

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width