/jdbc

Java Database Connectivity

Primary LanguageJava

Java Database Connectivity

Steps for connecting to postgres database

  1. Import the package
  2. Load and register the package
  3. Create the connection
  4. Create the statement
  5. Execute the statement
  6. Process the results
  7. Close the connection