Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread TEDBString is now what????
Wed, Oct 29 2014 8:29 PMPermanent Link

Dale Derix

So... I just upgraded from v2.05 to v2.18 and I'm getting compile errors with TEDBString.  It looks to me like these have been replaced with just "string".  Is this correct?  I've looked in the release history and in these forums and I can't find anything about it.

I'm using Delphi 2010, and unicode.

Thanks,

Dale
 
Thu, Oct 30 2014 3:19 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Dale

>So... I just upgraded from v2.05 to v2.18 and I'm getting compile errors with TEDBString. It looks to me like these have been replaced with just "string". Is this correct? I've looked in the release history and in these forums and I can't find anything about it.
>
>I'm using Delphi 2010, and unicode.

Your guess is right. With the merging of the unicode and ansi branches in 2.15 (I think it was) TEDBString is no longer required and you simply use whatever string you have.

There were a couple of other changes as well which I can't remember right now. They affected me since I've subclassed EDBTable and EDBQuery and use the encryption routines. Most normal users shouldn't event see them

Roy Lambert


Thu, Oct 30 2014 8:42 AMPermanent Link

Dale Derix

Thanks Roy.
Image