Subject | Re: [Firebird-Java] Re: decision help needed |
---|---|
Author | Richard Bair |
Post date | 2002-10-17T04:01:17Z |
Oh dear, that is nasty. I guess somebody somewhere wants it that way for
some very good reason...
Thanks for the help understanding the problem David! Sorry for draining
resources!
Rich
PS. You'd think the JDBC spec would have something to say on the matter.
Choose an Internet access plan right for you -- try MSN!
http://resourcecenter.msn.com/access/plans/default.asp
some very good reason...
Thanks for the help understanding the problem David! Sorry for draining
resources!
Rich
PS. You'd think the JDBC spec would have something to say on the matter.
>From: David Jencks <davidjencks@...>_________________________________________________________________
>Reply-To: Firebird-Java@yahoogroups.com
>To: Firebird-Java@yahoogroups.com
>Subject: Re: [Firebird-Java] Re: decision help needed
>Date: Wed, 16 Oct 2002 23:12:16 -0400
>
>We're dealing with the fallout from another fine example of committee
>produced "spec" (sql 92), which dialect 3 attempts to implement.
>
>if you define in dialect 3
>
>create table t1 (col1 varchar(5))
>
>then you can find the column by things like Col1, cOL1, CoL1, etc etc.
>
>If you define it
>
>create table t2 ("col2" varchar(5))
>
>then only col2 will work. The question is whether you should need to quote
>col2 when looking for a result set column by name:
>
>rs.getString("col2");//should this work? I think so
>
>or
>
>rs.getString("\"col2\"");//this should definitely work.
>
>david jencks
>
>On 2002.10.16 20:48:18 -0400 Richard Bair wrote:
> > Finding a simple solution was my knee jerk reaction. I'm not anywhere
> > near
> > a database expert, having spent most of my time in Interbase and Sybase,
> > but
> > I am a little confused as to why firebird allows case sensitive columns
> > here. I know sybase isn't going to let you specify one way or the other
> > -
> > its all case insensitive.
> >
> > Then again, I guess it doesn't matter. The point is that we have a
>bunch
> > of
> > clients out there, and if we change the rules then we'll break code.
> >
> > I still don't understand the issue completely, however. SQL dialect 1
>is
> >
> > case insensitive and dialect 3 is case sensitive, is that right? Can't
> > we
> > just detect which dialect we are in (say, when we connect to the
> > database)?
> > If we're in 3, we look for an exact match and if its in 1 we uppercase
> > the
> > thing.
> >
> > Just thoughts from one who don't know :-)
> >
> >
> >
> >
> >
> >
> > >From: "John Lister" <lister-filter@...>
> > >Reply-To: Firebird-Java@yahoogroups.com
> > >To: Firebird-Java@yahoogroups.com
> > >Subject: [Firebird-Java] Re: decision help needed
> > >Date: Thu, 17 Oct 2002 00:38:49 -0000
> > >
> > >What do the other firebird tools do when field names are quoted? If
> > >it is possible to determine if a field is quoted or not then we
> > >should either perform a fixed conversion (eg to uppercase) or pass
> > >the value directly. I would be concerned that if i enter names in
> > >isql for example that i have to remember to quote them (or not) in my
> > >java code. I think we need to find a simple solution, otherwise we
> > >will be implementing numerous checks and conversions that have been
> > >used in the past... Although i do like compatibility between
> > >interclient and jaybird for example, this is probably a point where
> > >we can place a marker in the ground and not cross it?
> > >
> > >JOHN
> > >
> > >
> > >
> >
> >
> > _________________________________________________________________
> > Surf the Web without missing calls! Get MSN Broadband.
> > http://resourcecenter.msn.com/access/plans/freeactivation.asp
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > Firebird-Java-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
>http://docs.yahoo.com/info/terms/
> >
> >
> >
> >
> >
Choose an Internet access plan right for you -- try MSN!
http://resourcecenter.msn.com/access/plans/default.asp