CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wiinter

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    13,626

    Re: Simple SQL Login to run the main class

    Ahh okay - So the while loop will only execute once and as soon as it is false it will never run again?
    If this is the case i see fundamentally where i went wrong :)
    Doh!!

    However - When the...
  2. Replies
    10
    Views
    13,626

    Re: Simple SQL Login to run the main class

    Hey - I've gone through that, and also try to keep on top of it - hence all the sout's showing different things at different points, however i have seen
    that the whole of


    if (loggedIn ==...
  3. Replies
    10
    Views
    13,626

    Re: Simple SQL Login to run the main class

    Hey -
    Problem two,
    It still doesn't seem to be re-running the main class when the loggin is completed.
    I cant seem to figure out why the main class does not re execute its code - Although it...
  4. Replies
    10
    Views
    13,626

    Re: Simple SQL Login to run the main class

    Thats superb! All working at the minute,

    Thank you very much - I may be back on later :)

    Joe.
  5. Replies
    10
    Views
    13,626

    Re: Simple SQL Login to run the main class

    Hey keang
    Thanks for you're reply and points - The boolean point is very helpful!
    Yes i need to try and name things more appropriately and comment my code however it seems such an effort at the...
  6. Replies
    10
    Views
    13,626

    Simple SQL Login to run the main class

    Hey -
    I am currently studying A level computing at sixth form -
    We are coding in java this year and to say the least - im crap.
    Im trying to run a gui from a main class. From this gui they will...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured