Archive for the ‘Software Programming’ Category

Wordpress Plugin – List Latest Posts Titles

Here is a latest plugin for Wordpress, called Latest Posts Titles, that we have developed to bring all Titles of Latest Posts posted on a Wordpress blog.


Split String using Oracle PL/SQL

Oracle PL/SQL provides various string functions, but there is no direct function to split a string into substrings, we need to write a custom code to do this task.


gzip file using PHP

gzencode() function of PHP helps you create gzip file using php.


java.sql.SQLException: Exhausted Resultset error in Java

When referring (trying to open)  closed result set using JDBC, we will get this error.
Error Message:
java.sql.SQLException: Exhausted Resultset
 
Stack Trace:
java.sql.SQLException: Exhausted Resultset at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:239) at oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:365) at oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1571) at