Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread LOWER broken in .NET 2.02b10
Mon, Mar 16 2009 9:26 AMPermanent Link

"Hedley Muscroft"
In the ADO provider (but not in EDB Manager) the LOWER function is actually
changing values to UPPER instead (!?).

e.g. select id, lower(name) from tbl is returning :-

--------------------
id | lower(name)
--------------------
1  | FRED
2  | SUE
3  | JOHN

Could do with a fix for this pretty quickly please!!!

Thanks.
Mon, Mar 16 2009 3:38 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Hedley,

<< In the ADO provider (but not in EDB Manager) the LOWER function is
actually changing values to UPPER instead (!?). >>

I'll check this out.  If it works in the EDB Manager, then it should work in
..NET just as well.  The code is exactly the same for both.

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Mar 16 2009 4:03 PMPermanent Link

"Hedley Muscroft"
I checked and double-checked with the same SQL against the same database in
EDB Manager and then again in C# and it's definitely just a problem in C#.

Please let me know if you want a test database and test C# project an I'll
upload one for you.
Thu, Mar 19 2009 1:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Hedley,

<< I checked and double-checked with the same SQL against the same database
in EDB Manager and then again in C# and it's definitely just a problem in
C#.

Please let me know if you want a test database and test C# project an I'll
upload one for you. >>

I haven't had a chance to look at this yet, but it should be easy enough to
reproduce without a project.

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Mar 23 2009 4:43 AMPermanent Link

"Hedley Muscroft"
Hi Tim - just wondering if you've managed to reproduce this at all?
Mon, Mar 23 2009 3:09 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Hedley,

<< Hi Tim - just wondering if you've managed to reproduce this at all? >>

I'm looking into it this evening when I start on 2.02 B11.  I'm also going
to look into seeing what I can do about the view performance.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image