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
i use the odbc with the "AR System ODBC Driver". it seems that dthe driver did not respond with the correct info if is select some columns.
In my case there is an endless loop when i select a char column. I did an odbc protocoll, there is the data, but it seems that the fetchall have a problem. Any idea?
the problem is the loop in odbc.cpp. in my case the one column index will be read again and again. In the moment i remove the loop - but this cannot be the solution
Hi,
i use the odbc with the "AR System ODBC Driver". it seems that dthe driver did not respond with the correct info if is select some columns.
In my case there is an endless loop when i select a char column. I did an odbc protocoll, there is the data, but it seems that the fetchall have a problem. Any idea?
This is the part of an endless loop:
The text was updated successfully, but these errors were encountered: