How to use ADO retrieve MSAccess attribute ?

i want to know the table is hidden.

Answer this question

How to use ADO retrieve MSAccess attribute ?

  • Marimuthu_r

    Hi,

    There is no direct method of ADO to list table property. If you want to stick with ADO, then you have to include the ADOX library (ADO extension), from there you can have access to the database schema.

    Alternatively, you can use DAO to list the object in the database, in DAO there is a property named TableProperties.

    Hope this can help.


  • How to use ADO retrieve MSAccess attribute ?