Has anyone seen this?
http://msdn.microsoft.com/vstudio/nextgen/technology/adoplus.asp
The interesting bit is that in Visual Studio you can now programmatically
treat Tables as "objects".
instead of :
IF TotalCost > Table("Customer").Column("AvailableCredit")
you can now write it as :
IF TotalCost > Customer.AvailableCredit
I wonder *how* the implemented this feature. Is it part of the VB language?
or something more fundamental in COM itself? Could Delphi take advantage of
it?
Wilfred.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz