Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Exact form of VARCHAR when returned into delphi
Thu, Apr 26 2012 4:46 PMPermanent Link

Adam Brett

Orixa Systems

I have a weird one.

A DevEx cxGrid component.

Was working fine suddenly, (actually perhaps since I loaded up EDB 2.08) if there is a CLOB field in a grid it gives the error message

"unable to convert type OLEStr to type Double"

Here's the weird thing, even if I cast the CLOB to a VARCHAR i.e.

SELECT
 CAST(MyCLOB as VARCHAR(200)) as MyCLOB
FROM MyTable

I get the same error!!

--

Anyone know what's going on?
Wed, Jun 20 2012 11:54 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Adam,

<< Was working fine suddenly, (actually perhaps since I loaded up EDB 2.08)
if there is a CLOB field in a grid it gives the error message

"unable to convert type OLEStr to type Double"

Here's the weird thing, even if I cast the CLOB to a VARCHAR i.e. >>

Did you get this resolved ?

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Image