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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

sql prob

  • 20-11-2003 9:41pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 4,196 ✭✭✭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, Registered Users 2 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