Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 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?
Image