- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a small table in MySQL with 4 records of four columns each.
If I try to select all (*) through a SELECT query, four records come back, but it's the first record, and then the fourth record repeated three times.
If I try the query on a table of two records, I get the first and second record. Yay.
If I try the query on a table of three records, I get the first record and the third record two times.
This has led me to tentatively conclude that this is not the typical operator error (i.e., me), and may be due to some limit in the ODBC Driver (8).
I'll move on to use the .NET dll someday, but I was wondering if anyone has any insight to this odd result. Some research turned up the attached page, which advises (at the very bottom) only to access tables on a per record basis. I wonder why...
cheers,
KO
Solved! Go to Solution.