Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TEDBString and Aurelius
Tue, May 27 2014 10:09 PMPermanent Link

Eduardo

Avatar

I there!

Just get my fresh copy of ElevateDB to use with TMS Aurelius and bang! it did not worked...

There is a reference in Aurelius code for TEDBString, I see in the source code of ElevateDB there is no such thing anymore. I could no find a clear reference in the documentation about the change of this. It seems it was removed.

Is it safe only to use String instead of TEDBString?

original:
   Parameter := FEDBQuery.ParamByName(TEDBString(P.ParamName));

change to:
   Parameter := FEDBQuery.ParamByName(string(P.ParamName));

For me it seems ok, since ParamName is String. However how knows !

I will also report that in the TMS Aurelius Forum.

[XE5 up 2]
Wed, May 28 2014 4:03 AMPermanent Link

Adam Brett

Orixa Systems

Eduardo

Others may have a better answer.

I believe Tim added TEDBString to cope with UNICODE v. ANSI. As I understand this separation has now been removed, so perhaps he also removed the TEDBString.

In the example you showed you can just remove the TEDBString type-cast and it should compile.
Image