M
Markus Ohlenroth
I want to read with a .net application information on an access database.
So far I have read out the tables including their columns by using
GetOleDbSchemaTable. this works fine
I wanted to read out existing relation by reading the table msysrelationships.
Unfortunately this table does not only hold existing relations but also
lookup information. there is no way to differentiate both records from each
other.
Can anybody point me to information where access systemtables are documented
Or Can anybody tell me which is the best way of acquiring
lookup and relation infomation on an access 2003 and upwards database.
thanks
markus
So far I have read out the tables including their columns by using
GetOleDbSchemaTable. this works fine
I wanted to read out existing relation by reading the table msysrelationships.
Unfortunately this table does not only hold existing relations but also
lookup information. there is no way to differentiate both records from each
other.
Can anybody point me to information where access systemtables are documented
Or Can anybody tell me which is the best way of acquiring
lookup and relation infomation on an access 2003 and upwards database.
thanks
markus