AS400 DB2 TUniQuery Returns only 1 Row!
Posted: Mon 03 Mar 2014 14:39
Hi,
today i faced another issue...
I connected to our AS400 Database via the ODBC Provider.
First i tried to get all Records of a small table, so i used a Select * From Table1 SQL Statment.
The Query should return 925 Records, but the Query returns only one Row!
And now i don't know whats wrong. I hope you can help!
Some additional Informations:
- UniDAC Version 5.2.7
- Delphi Version RAD XE
- ODBC Driver Version for IBM 13.64.04.00 (32-bit [Windows 64-bit])
- TUniQuery.FetchRow = 1000
- TUniQuery.QueryRecCount = True
today i faced another issue...
I connected to our AS400 Database via the ODBC Provider.
First i tried to get all Records of a small table, so i used a Select * From Table1 SQL Statment.
The Query should return 925 Records, but the Query returns only one Row!
And now i don't know whats wrong. I hope you can help!
Some additional Informations:
- UniDAC Version 5.2.7
- Delphi Version RAD XE
- ODBC Driver Version for IBM 13.64.04.00 (32-bit [Windows 64-bit])
- TUniQuery.FetchRow = 1000
- TUniQuery.QueryRecCount = True