Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: MS Access and Win32::ODBC problem

by gav^ (Curate)
on Aug 30, 2002 at 20:51 UTC ( [id://194249]=note: print w/replies, xml ) Need Help??


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^

Replies are listed 'Best First'.
Re: Re: MS Access and Win32::ODBC problem
by Washizu (Scribe) on Sep 03, 2002 at 14:16 UTC

    Good ideas, but nothing seemed to help. I tried selecting different sets of data from the table and all of them seemed to break at 240-250 records. I tried selecting only a single column and that didn't work either. Thanks for the suggestions.

    -----------------------------------
    Washizu
    Acoustic Rock

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://194249]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-20 05:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found