G
Guest
I need to query the schema of and MS Access/Jet database and detect if a
field is a Lookup field. If so, I need to get the "Row Source Type" and "Row
Source" property values. There does not seem to be any way to do this with
ADO.NET. I am already calling OleDbConnection.GetOleDbSchemaTable to get
most bits of schema information. I am also calling
OleDbDataReader.GetSchemaTable to get other bits of schema information.
Apparently, neither of these will give me the lookup field info I need. I
have also tried using ADOX to get table and column information, but this
doesn't seem to support lookup field info either. How can I get the
information I need?
field is a Lookup field. If so, I need to get the "Row Source Type" and "Row
Source" property values. There does not seem to be any way to do this with
ADO.NET. I am already calling OleDbConnection.GetOleDbSchemaTable to get
most bits of schema information. I am also calling
OleDbDataReader.GetSchemaTable to get other bits of schema information.
Apparently, neither of these will give me the lookup field info I need. I
have also tried using ADOX to get table and column information, but this
doesn't seem to support lookup field info either. How can I get the
information I need?