Skip to content

OdbcConnection.GetSchema("Columns") always returns NULL in COLUMN_DEF for Jet ODBC driver #40469

Open
@lauxjpn

Description

@lauxjpn

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions