Skip to content

Connection pool always creates a new connection #250

@beddead

Description

@beddead

The connection pool always creates a new connection if the connection string looks like the following:
b.UseJet(“Driver={Microsoft Access Driver (*.mdb, *.accdb)};extendedansisql=1;Jet OLEDB: Flush Transaction Timeout=0;dbq=” + dbPath);

This works if I enter the extended parameter in lower case. But then the JET engine ignores it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions