Open
Description
An OdbcConnection.GetSchema("Columns")
call using the Jet ODBC driver
always returns NULL
for COLUMN_DEF
, even if the column has a default value defined in the Jet database.
The same call on an OLE DB connection works as expected and correctly returns the default value in its COLUMN_DEFAULT
column.
This might be a bug in the underlying Jet ODBC driver
implementation for SQLColumns()
(I have not checked this).
/cc @saurabh500