PostgreSQL
 sql >> डेटाबेस >  >> RDS >> PostgreSQL

SQLException:यह परिणामसेट बंद है

java.sql.ResultSet rset = pstmt.executeQuery("SELECT DISTINCT payment_mode, transaction_type, credit FROM ac_cash_collection WHERE shift_no = '" + shiftNumber + "'");
java.sql.ResultSet rset2 = pstmt.executeQuery("select debit from ac_cash_book where shift_no='"+shiftNumber+"'");

आपका दूसरा कॉल पहले वाले द्वारा उत्पन्न संसाधनों को रिलीज़ करता है, इसलिए परिणामसेट बंद है।




  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. स्तंभों के लिए PostgreSQL पंक्ति

  2. Psql के माध्यम से SQL स्क्रिप्ट चलाना सिंटैक्स त्रुटियाँ देता है जो PgAdmin में नहीं होती हैं

  3. 'संघ' पर या उसके पास PostgreSQL सिंटैक्स त्रुटि

  4. ~/.psqlrc डीबीए के लिए फ़ाइल

  5. PostgreSQL को केवल मेमोरी में चलाना