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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top