Access table schema
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using the GetSchemaTable() method of the C# .NET OleDbDataReader class to read the schema of an Access table. The following columns always have the same wrong values: AllowDBNull = True IsUnique = False IsKey = False IsAutoIncrement = False Why do these schema columns show the opposite values of what they should be? Any help appreciated, Royce