A
AndreaJ
When an OleDb dataview is instantiated using (Select * from
MyAccess2000Table), why aren't the following datacolumn properties
accurately exposed:
Unique
AllowDBNull
DefaultValue
Dim Col As DataColumn
For Each Col In MyDataView.Table.Columns
Col.Unique
Col.AllowDBNull
Col.DefaultValue
Next
When I test these values at runtime, they do not reflect the state of my
Access table. Doesn't the JET4.0 Provider surface them to the DataView?
TIA
MyAccess2000Table), why aren't the following datacolumn properties
accurately exposed:
Unique
AllowDBNull
DefaultValue
Dim Col As DataColumn
For Each Col In MyDataView.Table.Columns
Col.Unique
Col.AllowDBNull
Col.DefaultValue
Next
When I test these values at runtime, they do not reflect the state of my
Access table. Doesn't the JET4.0 Provider surface them to the DataView?
TIA