Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • jdbc

Tag: jdbc

Here we will discuss how to select single or multiple records using JDBC API. To select single record from database we use executeQuery() and to select multiple records we use executeQueryForList(). You may need to use executeQuery() to fetch single record from the database for various reasons, such as: You want to see details for…

Leave a Comment on How to select single or multiple records using JDBC executeQuery() and executeQueryForList()
Posted in Java

How to select single or multiple records using JDBC executeQuery() and executeQueryForList()

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions