How to ensure is called?

2001-04-26 Thread Dave Dribin
Hello, Is there a way to ensue the tag is evaluated even on an SQL error? I'd rather not set ignoreErrors to true as I do not want the error displayed to the user. Thanks, -Dave

Re: colName should be case insensitive?

2001-04-23 Thread Dave Dribin
On Mon, Apr 23, 2001 at 10:33:54AM -0500, Glenn Nielsen wrote: > If a dB has case insensitive column names, shouldn't that be implemented in > the JDBC driver, not in the JDBC tag lib? As Nick states, some dB's do support > case sensitve names. This sounds like it could be a limitation of JDBC.

colName should be case insensitive?

2001-04-19 Thread Dave Dribin
Hello, I was just playing around with the 04/19 version of the JDBC tag library and trying to run the example pages. I am using Oracle as a back-end database and using a JNDI named datasource under Resin 1.2.3. I am getting the following exception while running the jndijdbc.jsp page: javax.serv