Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Locate-Error with CLOBs since Build 11?
Wed, May 13 2009 12:58 PMPermanent Link

Ulrich Wolf
In EDB 2.02 build 10 I can locate within a Clobfield many times successful.

With EDB 2.02 build 11 and build 12 too, I can locate within a CLOB-Field only one time
successful.

Any Ideas?
Wed, May 13 2009 2:01 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ulrich,

<< In EDB 2.02 build 10 I can locate within a Clobfield many times
successful.

With EDB 2.02 build 11 and build 12 too, I can locate within a CLOB-Field
only one time successful.  >>

Could you post an example of the code that you're using along with any error
messages that you're seeing ?  I'm not quite sure what type of operation
you're attempting.

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, May 14 2009 3:43 AMPermanent Link

Ulrich Wolf
Tim,

here is my example:

Fields:
ID = integer
TEXT = CLOB

Rows:
ID#Text
================
1#a
2#b

Now I take a object of TEDBTable and do the following:

Table.Locate('Text', 'a', []); // that's successfull!
Table.Locate('Text', 'b', []); // returns FALSE since Build 11 (Build 10 and earlier
returns TRUE)

I can also change the order of the statements

Table.Locate('Text', 'b', []); // that's successfull!
Table.Locate('Text', 'a', []); // returns FALSE since Build 11 (Build 10 and earlier
returns TRUE)

The same Problem exists with Table.Lookup first take is successfull and second time fails.




"Tim Young [Elevate Software]" wrote:

Ulrich,

<< In EDB 2.02 build 10 I can locate within a Clobfield many times
successful.

With EDB 2.02 build 11 and build 12 too, I can locate within a CLOB-Field
only one time successful.  >>

Could you post an example of the code that you're using along with any error
messages that you're seeing ?  I'm not quite sure what type of operation
you're attempting.

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com
Fri, May 15 2009 12:42 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ulrich,

<< The same Problem exists with Table.Lookup first take is successfull and
second time fails. >>

I'll check it out.  I wasn't aware that we were even allowing a Locate on a
CLOB column.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, May 16 2009 4:18 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ulrich,

Okay, the issue is caused by the same problem as this:

http://www.elevatesoft.com/newsgrp?action=openmsg&group=16&msg=9507&page=1#msg9507

and will be fixed in Build 13.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image