Bruce Jin Notes
Wednesday, February 21, 2007
Descriptor index not valid
java.sql.SQLException:
Descriptor index not valid
.
This happens when the result set has 2 columns and the application tries to do ResultSet.getInt(3) for example.
posted by Toon at
9:16 AM
|
0 comments
Thursday, February 01, 2007
Search file in AS400/iSeries IFS
In QShell do:
==> find . -name "filename*"
will display all filename* in current directory and sub directories.
posted by Toon at
8:50 AM
|
0 comments
Previous Posts
Parse a string of XML into a DOM Document object
UDF using RPG/RPGLE
Use Java UDF on AS400/iSeries
Log4j appender file
gmail and JSSE on AS400/iSeries
Create User in Oracle
Array to List, List to Array, Sort List, anonymous...
Run java class in jar file without manifest file
IBM Toolbox for Java JDBC properties
Retrieve All Http Request Parms
Archives
August 2006
September 2006
October 2006
November 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
October 2007
November 2007
January 2008
March 2008
April 2008
July 2008
October 2008