From: Zoltan B. <zb...@du...> - 2005-04-13 15:51:53
|
Derek Giromini =C3=ADrta: > 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 v= ia > ODBC was displaying a resultset with the first three rows of data missi= ng > and the last three rows of data repeat the last row of data in the tabl= e? 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 SQLRowCoun= t > from Oracle. >=20 > e.g. column in table: >=20 > DATUM1 > DATUM2 > DATUM3 > DATUM4 > DATUM5 > DATUM6 > DATUM7 > DATUM8 >=20 > output from query: >=20 > DATUM4 > DATUM5 > DATUM6 > DATUM7 > DATUM8 > DATUM8 > DATUM8 > DATUM8 >=20 > Cheers, > --Derek Giromini Exactly that was my problem. The patch fixes it. Best regards, Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi |