Search:

Type: Posts; User: Miralv

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,117

    [SOLVED] Re: What is wrong with my (beginner) code?

    No, it was not executed. Now it is so obvious. Thank you very much :)
  2. Replies
    6
    Views
    1,117

    [SOLVED] Re: What is wrong with my (beginner) code?

    The null variable is conn, which is initialized by

    conn = DriverManager.getConnection ("jdbc:mysql://localhost/test", "root", "");

    The MySQL database I'm trying to connect to is on the...
  3. Replies
    6
    Views
    1,117

    [SOLVED] Re: What is wrong with my (beginner) code?

    Thank you for the welcome and for the tips, GregBrannon!
  4. Replies
    6
    Views
    1,117

    [SOLVED] What is wrong with my (beginner) code?

    Hi,

    Can you please tell me what have I done wrong n the following code?
    I'm trying to create a new instance carte of object Carti using the constructor and then to insert a row into a table...
Results 1 to 4 of 4