CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Socket help

  1. #1
    Join Date
    Oct 2008
    Posts
    3

    Socket help

    Well, i want to create a survey where the user inputs an answer to a question then it gets sent to a database how would i do that?

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Socket help

    That's a very broad question. What aspect of it are you having trouble with?

  3. #3
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Socket help

    And what does a survey or database have to do with TCP/IP and sockets????
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  4. #4
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Socket help

    1. create a survey and store the questions in a database
    2. create a interface that is able to get the questions from a database
    while (there are questions)
    {
    3. ask a question from the database and store the answer in the database
    }

    With which of the 3 parts do you have problem ? . .and as TheCPUWizard noticed, where does the socket-part becomes a problem ?

  5. #5
    Join Date
    Nov 2008
    Posts
    13

    Re: Socket help

    Will this be a web survey or will the survey get embedded into a software?

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

Featured