![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB General » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Tue, May 27 2014 10:09 PM | Permanent Link |
Eduardo | 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 AM | Permanent 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. |
This web page was last updated on Thursday, July 10, 2025 at 10:36 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |