I thought you could always do this in Access and VB, something like:

IF TotalCost > Customer#AvailableCredit

or something similar??? Maybe that was DAO, or ADO, or Jet.... :)

N
--
Nic Wise - [EMAIL PROTECTED] / Inprise/Borland New Zealand
main line: 09.360.0231 / ddi: 09.360.6713 / cell: 021.676.418



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Wilfred Verkley
> Sent: Tuesday, 18 July 2000 11:59
> To: Multiple recipients of list delphi
> Subject: [DUG]: ADO+
> 
> 
> 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
> 
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to