Friday, December 30, 2005

One-Time Pad Generator

One-Time Pad Generator

I found this site useful for generating a random key.
Its a web based random key generator.

Monday, December 19, 2005

java.sql.SQLException: ORA-01006: bind variable does not exist

It could be because you have left the String variable in the query as '?' and then setting it by setString(, ) and this leads ot the Exception.

Solution is to remove the single quotes in the Query around question mark

Monday, November 14, 2005

Equal symbol expected Struts Error

org.apache.jasper.JasperException: *********.jsp equal symbol expected

If you get this error while using struts..
It could be because you are trying to nest two struts tags..
e.g. I was using something like this..
") />

Also check out this link which gives a more detailed explanation

Thursday, November 10, 2005

How to print PreparedStatement ?

Hi,

I usually felt the need to view the full query formed after substituting the '?' with their values in a PreparedStatement. I found a solution at JavaWorld

Monday, October 03, 2005

One more blog

Hi, I think this blog might prove useful to someone unlike my other blog which contains nothing but 100% crap..