You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I know there are 2 issues similar like this, but since they are closed and report other databases than MS Access, I consider this bug needs to be reopened and take in consideration since #306 seems not fixing the issue for MS Access DB.
Describe your system
odbc Package Version: 2.4.8
ODBC Driver: Microsoft Access Driver (*.mdb, *.accdb)
Describe the bug
When doing a query of kind let result = await conn.query('SELECT * FROM Table'), after a few seconds throws the following exception: Error: [odbc] Error allocating or reallocating memory when fetching data. No ODBC error information available.
NOTE: The table holds 25000 rows with 36 columns for each one
Expected behavior
It should return the expected result, with all the data that the table holds.
Hi, I know there are 2 issues similar like this, but since they are closed and report other databases than MS Access, I consider this bug needs to be reopened and take in consideration since #306 seems not fixing the issue for MS Access DB.
Describe your system
odbc
Package Version: 2.4.8Describe the bug
When doing a query of kind
let result = await conn.query('SELECT * FROM Table')
, after a few seconds throws the following exception: Error: [odbc] Error allocating or reallocating memory when fetching data. No ODBC error information available.NOTE: The table holds 25000 rows with 36 columns for each one
Expected behavior
It should return the expected result, with all the data that the table holds.
To Reproduce
Steps to reproduce the behavior:
Additional context
This is the tracing LOG with debugging information file generated using ODBC Data Source Administrator
SQL.LOG
The text was updated successfully, but these errors were encountered: