System Objects in Ms Access 97 via ADo

T

TC

I don't know ADO. But DAO exposes an Attributes property that tells you
things about the column. Is there something similar with ADO?

If not, maybe you could try changing the column to it's existing value,
trapping the error & undoing the update? (yuk!!)

HTH,
TC
 
G

Gaurav Gupta

Hi,
I am using Ms Access'97 and have some system object column
in my tables.. Is there a possible way of identifying a
system object column through ADO.. any code snippet,
example would help.

Thanks,
Gaurav
 
G

Gaurav Gupta

Thanks TC,

But is theer a way to know (through ADO) if a column is a
system object or not.. I dont wish to change its contect..
just want to know if a column is system obejct or not..


Thanks in anticipation,
Regards,
Gaurav Gupta
 
Top