MySQL Forums
Forum List  »  Newbie

Re: how can i open sql database
Posted by: Aljaz Cink
Date: July 18, 2005 01:25AM

Finally!!!!
i did it :)
now i have another question:

Statement stmt = connection.createStatement();
ResultSet rs = stmt.executeQuery("SELECT Lokacija FROM Lokacije");

System.out.println(???);

what do i have to put in instead of ??? to print the data i opened from the database?

Options: ReplyQuote


Subject
Written By
Posted
July 14, 2005 05:51AM
Re: how can i open sql database
July 18, 2005 01:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.