EnableOleDbCompatibility
Specifies whether to emulate how the Microsoft OLE DB Driver reports newline characters.
Data Type
bool
Default Value
false
Remarks
If this connection property is set to True, the driver reports newline characters as '\n' instead of '\r\n', as the Microsoft OLE DB Driver does.
If this connection property is set to False, the driver reports newline characters as '\r\n'.