TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Birgir Gudmundsson
NA
7
0
Insufficient memory to continue the execution of the program.
Jan 8 2009 6:17 PM
Hi,
I trying to develop a small program that is able to import images with opendialog and save the images to an SQL database.
Im am currently getting an error that states "Insufficient memory to continue the execution of the program.". This happens when I try to write the data to the database.
I have tried couple of things to resolve this problem. That is, because it was a memory problem I tried running this on two different computers. Ive gone through several tutorials for storing and retrieving images in SQL database. Everything has resulted in the same error.
I convert the image to byte[] and I want to save these byte[] to the database. The database field is a type Image (size 16). The image Im testing is only 9204 bytes.
Im not sure how I can explain this better, because i dont have a clue why I get this error.
Anyone out there that can help me?
kind regards,
Reply
Answers (
7
)
Query text window
unisgned integers and global cases in C#