Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

sql prob

Options
  • 20-11-2003 10:41pm
    #1
    Registered Users Posts: 2,621 ✭✭✭


    Using asp.net language vb and I'm trying to use "join" with no success....

    Could someone pop up some examples here, I've deleted what I did in rage :(


Comments

  • Registered Users Posts: 4,185 ✭✭✭deadl0ck


    Is it an vb problem you were having or an actual SQL problem ?

    If it's just a join problem, search google :

    http://www.google.com/search?q=SQL%20Join&btnG=Google+Search


  • Registered Users Posts: 23,212 ✭✭✭✭Tom Dunne


    I always find it is best to troubleshoot a problem outside of a programming language.

    Fire up a connection to the database and at the command prompt, try the command. Get it working there first and then use it in your code.

    Post up more details on what you are trying to do and we will have a look.


Advertisement