Results 1 to 9 of 9

Thread: Feedback with VB

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Feedback with VB

    hello ! glad to talk to u guys after sometime,
    i have designed an application in VB, client server system. i want my client to be able to send me feedback, which on server would be stored in my database. how possible wud i do that ?
    Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water

    Huzefa Yousuf
    Software Engineer
    Verticity Inc.
    +92-345-2235303

    [email protected]

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Feedback with VB

    How far have you gotten? Have you created a connection between the server and the client?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Feedback with VB

    this is the actual prb which i dont knw ! connecting from my client side to my server side. all i want to achieve is say for example i have a method on server SaveClientFeedback(strClient,strMsg) which stores the client name n message in database. how would i make my client access this method on the server thru internet !
    Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water

    Huzefa Yousuf
    Software Engineer
    Verticity Inc.
    +92-345-2235303

    [email protected]

  4. #4
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Feedback with VB

    Quote Originally Posted by hyousuf2
    this is the actual prb which i dont knw ! connecting from my client side to my server side. all i want to achieve is say for example i have a method on server SaveClientFeedback(strClient,strMsg) which stores the client name n message in database. how would i make my client access this method on the server thru internet !
    access is client side, not server side. so you would have to use something like MySQL, Oracle, DB2, MS SQL, PostgreSQL as a backend to be able to do this.

  5. #5

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Feedback with VB

    well am willing to do ne thing as far as it works, pls gimme some coding examples of guidelines to be able to achieve this.
    Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water

    Huzefa Yousuf
    Software Engineer
    Verticity Inc.
    +92-345-2235303

    [email protected]

  6. #6
    Lively Member Tw1sted L0gic's Avatar
    Join Date
    Jan 2005
    Posts
    88

    Re: Feedback with VB

    You'll need a MySQL server and PHP.
    http://www.100webspace.com/ Provide these free.

    You'll then need to create a PHP script which takes form data and saves it a database.
    Your VB app will then have to submit the data in a POST request. I have done all this before so it's perfectly achievable.
    Naughty but Nice

  7. #7
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Feedback with VB

    Quote Originally Posted by Tw1sted L0gic
    You'll need a MySQL server and PHP.
    http://www.100webspace.com/ Provide these free.

    You'll then need to create a PHP script which takes form data and saves it a database.
    Your VB app will then have to submit the data in a POST request. I have done all this before so it's perfectly achievable.
    you dont need to use php to save information to a database, VB can do this.

  8. #8

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Feedback with VB

    First of all setting up a PHP n MySQL server is not gonna be da optimum solution, coz i got SQL Server 2000 and ASP running on ma server, so will be possible to achieve da same with this combination.
    Secondly, BrailleSchool if u think it can be done widout these script then pls show me some help
    Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water

    Huzefa Yousuf
    Software Engineer
    Verticity Inc.
    +92-345-2235303

    [email protected]

  9. #9
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Feedback with VB

    Quote Originally Posted by hyousuf2
    BrailleSchool if u think it can be done widout these script then pls show me some help
    This has been discussed many times on VBF so you should search the forum.
    http://www.vbforums.com/search.php?searchid=542285

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