http://qs321.pair.com?node_id=194249


in reply to MS Access and Win32::ODBC problem

I think the problem you may be having is that the data returned by the 246th row is too big to fit in the buffer. I've had similar problems with Access. If raising the buffer past 3,024,000 bytes is not a possibility you should look at reducing the amount of columns returned. It also seems wasteful to do a 'SELECT *' and only use one column.

Hope this helps...

gav^