Skip to content
Advertisement

How do i get a result from a query? (Java, SQL) [closed]

JavaScript

How can i get a result of my executed query? I filled the IP, PORT, DATABASE, USER and PASSWORD. I just get no output. Thanks for every help!

Advertisement

Answer

You need to actually read the ResultSet. For example:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement