Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
i have a web application, which fetch some records from database and display onn screen,
If i fetch 100 records from database, but it will throw me following exception
sqloledb failed with no error message available result code: E_OUTOFMEMORY

but if i fetch 10 records it will working fine.

why so ?

what should i do ?

Thanks in advnace
Posted
Comments
R. Giskard Reventlov 12-May-11 9:13am    
Have you tried a different provider? Perhaps SqlClient?
koolprasad2003 12-May-11 9:21am    
My Provider in connection string is SQLOLEDB.
should i change is to some else ?
R. Giskard Reventlov 12-May-11 9:43am    
Use reply to reply to a comment, not another comment.

Yes, that is exactly what I said.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900