Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Error 9494
Thu, Apr 27 2006 11:28 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

If I replace count(_encoded) with count(an integer field) its OK otherwise I get a 9494 error - should DBISAM be holding the blobs open for a count?

select count(_encoded) from eln where upper(_encoded) like upper('%mime-version%')

Roy Lambert
Fri, Apr 28 2006 4:11 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< If I replace count(_encoded) with count(an integer field) its OK
otherwise I get a 9494 error - should DBISAM be holding the blobs open for a
count?

select count(_encoded) from eln where upper(_encoded) like
upper('%mime-version%') >>

Figures that you'd post this and I would read it right after I did a new
release. Smiley  It's a problem with using BLOB fields in single-row SELECT
statements.  A fix will be in the next build.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Apr 29 2006 6:37 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


At least its not a wildly common requirement - I only did it cos I'm still trying to figure out the table structure I want to use.

Roy Lambert
Image