[AccessD] Reporting field properties

Stuart McLachlan stuart at lexacorp.com.pg
Fri Jul 15 01:36:13 CDT 2005


On 14 Jul 2005 at 23:25, John W. Colby wrote:

> I have tried the same thing with the ADODB.Field object but there is nothing
> like the wealth of properties that DAO makes available, and I see nothing
> like SourceTable and SourceField.
> 
> Anyone know if this is possible with ADO?
> 

ADO is an "abstraction layer" between the data source and your application.
The whole idea is that you don't need to know anything about the physical 
storage methods behind the recordset that you are working with.  AFAIK, 
there is no way with an ADO recordset to tell where a particular piece of 
data came from.

-- 
Stuart





More information about the AccessD mailing list