Hi,
I want to retrieve through my VB application the table relations from an MS ACCESS 2000 database. I want to know which field of a table is a foreign key and to which field of whom table is connected. My program must run select queries on any .mdb file and I have to know if the sql that the user creates through a Wizard is correct and gives correct results.
I guess this will be achieved by OpenSchema method, but how exactly?
Sorry for any bad english,
I want to retrieve through my VB application the table relations from an MS ACCESS 2000 database. I want to know which field of a table is a foreign key and to which field of whom table is connected. My program must run select queries on any .mdb file and I have to know if the sql that the user creates through a Wizard is correct and gives correct results.
I guess this will be achieved by OpenSchema method, but how exactly?
Sorry for any bad english,