From: Derek G. <dgi...@ge...> - 2005-04-13 12:35:10
|
Would the ODBC fix possibly address an issue my colleague and I have observed where obtaining a column of data from a small table in MySQL via ODBC was displaying a resultset with the first three rows of data missing and the last three rows of data repeat the last row of data in the table? I haven't used the patch yet, but I haven't had enough time to delve into this particular issue with ODBC along with overcoming the lack of SQLRowCount from Oracle. e.g. column in table: DATUM1 DATUM2 DATUM3 DATUM4 DATUM5 DATUM6 DATUM7 DATUM8 output from query: DATUM4 DATUM5 DATUM6 DATUM7 DATUM8 DATUM8 DATUM8 DATUM8 Cheers, --Derek Giromini |