Search:

Type: Posts; User: kave2

Search: Search took 0.10 seconds.

  1. Thread: Autocommit

    by kave2
    Replies
    3
    Views
    1,628

    Re: Autocommit

    RELEASEDATE is a DATE column. I got rid of 'query7.executeQuery();' and it works. It is showing all the movie titles. Now, I will read those tutorials. Thanks
  2. Thread: Autocommit

    by kave2
    Replies
    3
    Views
    1,628

    Autocommit

    Hello everyone, I'm finishing my first project that involves database and I have problem with one of the sql. I'll try to explain it, please bear with me, my English is not the best.
    Basically, I...
  3. Thread: Methods

    by kave2
    Replies
    8
    Views
    1,195

    Re: Methods

    Thanks again. Such a foolish mistake.
  4. Thread: Methods

    by kave2
    Replies
    8
    Views
    1,195

    Re: Methods

    boolean access = getaccess(randomNo,realNo);
    String [] randomNo = getrandomNo();
    String realNo = getrealNo();

    OMG, i'm so ...
    boolean access = getaccess(randomNo,realNo) should be the last...
  5. Thread: Methods

    by kave2
    Replies
    8
    Views
    1,195

    Re: Methods

    Yes, I understood, but it didn't fix the problem.
    getaccess(randomNo,realNo); - cannot find symbol variable randomNo and realNo.

    Should I post the whole code?
  6. Thread: Methods

    by kave2
    Replies
    8
    Views
    1,195

    Re: Methods

    Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - Erroneous tree type: <any>
    at prog.ass.pkg3.ProgAss3.main

    I have one method to create 50 random Strings, second...
  7. Thread: Methods

    by kave2
    Replies
    8
    Views
    1,195

    Methods

    Could someone help me with these questions?

    How do I create String array method? Is this correct?

    public static String [] getrandom ()

    How do I pass in String array into method?

    public...
  8. Thread: Need advice

    by kave2
    Replies
    6
    Views
    1,899

    Re: Need advice

    Hi guys, it took me long time to come back to say thank you. I have been quite busy. Studying and full time job is quite difficult :-) Special thanks to Zaphod_b.

    To Alexdan: I could use for loop...
  9. Thread: Need advice

    by kave2
    Replies
    6
    Views
    1,899

    Re: Need advice

    I'm not allowed to use while and do while Statements
  10. Thread: Need advice

    by kave2
    Replies
    6
    Views
    1,899

    Need advice

    Hi,
    total newbie here. Started learning programming only 2 weeks ago. I need help with assignment. I need to create voting programme which will ask 20 students to pick their 1 favorite soccer team...
Results 1 to 10 of 11