Re: misc JDBC tags notes (was: Re: colName should be case insensitive?)

2001-04-23 Thread Pierre Delisle
> Pierre, how is the dashboard proposal coming? Slow. Thought I'd have some time last week, but focus is really on JSR-052 (so standard taglibs come out one day :-)). Can't promise anything until JavaOne :-( -- Pierre

Re: colName should be case insensitive?

2001-04-23 Thread Craig R. McClanahan
Morgan Delagrange wrote: > Craig, is there a message here? > No, sorry ... I have to moderate messages onto TAGLIBS-USER (because of the idiot who was broadcasting all the spam on it a while back), and I accidentally did a reply on an actual message rather than the moderation request. Craig

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.

misc JDBC tags notes (was: Re: colName should be case insensitive?)

2001-04-23 Thread Morgan Delagrange
Hi all, I think that it's not really a big issue. The JDBC tags don't actually use the getXXX methods for finding column names; they do their own looping and matching through the columns to find the column index. And since the JavaDocs of ResultSet say: Column names used as input to getXXX m

Re: colName should be case insensitive?

2001-04-23 Thread Morgan Delagrange
Craig, is there a message here? On Mon, 23 Apr 2001, Craig R. McClanahan wrote: > > > Nick Christopher wrote: > > > Newer sybase's are case sensitive with regards to object names (i.e. >tables/cols/indexes). > > > > Morgan Delagrange wrote: > > > > > Good catch, I believe you are correct. I

Re: colName should be case insensitive?

2001-04-23 Thread Craig R. McClanahan
Nick Christopher wrote: > Newer sybase's are case sensitive with regards to object names (i.e. >tables/cols/indexes). > > Morgan Delagrange wrote: > > > Good catch, I believe you are correct. I'll patch it up today. > > > > - Morgan > > > > On Thu, 19 Apr 2001, Dave Dribin wrote: > > > > > He

Re: colName should be case insensitive?

2001-04-23 Thread Glenn Nielsen
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. Regards, Glenn Perhaps the change Morgan did below should be reverted. Glenn Nick Christopher wrote: > > Newer syba

Re: colName should be case insensitive?

2001-04-23 Thread Nick Christopher
Newer sybase's are case sensitive with regards to object names (i.e. tables/cols/indexes). Morgan Delagrange wrote: > Good catch, I believe you are correct. I'll patch it up today. > > - Morgan > > On Thu, 19 Apr 2001, Dave Dribin wrote: > > > Hello, > > > > I was just playing around with the

Re: colName should be case insensitive?

2001-04-20 Thread Morgan Delagrange
Good catch, I believe you are correct. I'll patch it up today. - Morgan On Thu, 19 Apr 2001, Dave Dribin wrote: > 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

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