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
x _sanctus
NA
10
0
newbie:: download image frim ms acces database
Aug 4 2005 1:57 AM
I want to download picture ms access database. byte[] image = (byte[]) (myDataView[idx]["pic"]); MemoryStream ms= new MemoryStream(image,0,image.Length); // i got invalid argument exception here Image pic=Image.FromStream(ms); picture.Image=pic; i don't know whats wrong here?? Anyway is it efficient to update database using DataView?
Reply
Answers (
0
)
How to write a word document from asp.net
Does any one can run this successfully ?