Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 13 of 13 total
Thread Configuration db
Thu, Jun 4 2009 2:53 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

>Yes, but EDB is still working in Delphi/BCB as part of the TDataSet
>framework, which hasn't changed much since Delphi 1 (which is actually quite
>a testament to its design, but also partly a testament to Borland dragging
>its feet a little).

I wonder what they'd replace it with?

>No, but that's not what I was referring to. What I was referring to was the
>DatabaseName drop-down for the TEDBTable, TEDBQuery, TEDBStoredProc, and
>TEDBScript components. If you look at the drop-down for the Database
>property of the TEDBDatabase component, you'll notice that it contains the
>Configuration database. That's because the TEDBDatabase.Database property
>is different from the TEDBDatabase.DatabaseName property, which is what is
>referred to in the other components' DatabaseName properties.

Makes sense, I think

Roy Lambert
Fri, Jun 5 2009 3:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I wonder what they'd replace it with? >>

They're already talking about it - something like .NET where you can bind
data to any normal control's property.  IOW, you will no longer need a
TDBEdit version of a TEdit control - you'll just bind a column to the
TEdit.Text property (or whatever).  I believe that is one of the reasons for
the enhanced RTTI - it serves as a foundation for this type of design.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Jun 6 2009 3:47 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


>They're already talking about it - something like .NET where you can bind
>data to any normal control's property. IOW, you will no longer need a
>TDBEdit version of a TEdit control - you'll just bind a column to the
>TEdit.Text property (or whatever). I believe that is one of the reasons for
>the enhanced RTTI - it serves as a foundation for this type of design.

Wow. Until I pass the unicode barrier (not to likely in the near future) I won't have to bother.

Roy Lambert
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image