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
Derek da Graca
NA
3
1.2k
Storing pdfs in access database Through C#
Apr 5 2014 5:35 AM
Hi, I am a new programmer and am trying to develop a software that will enable storing of old documents from a large company as pdfs in a access database as well as 3 other key fields that will enable to search through the database for each document. Through my research I found that it is possible to store the pdf directly to access as a OLE binary file and i have managed to store it into the database but I am unable to reverse the process to retrieve and open the pdf document. Is it better to store the pdf in a folder and store a pointer to the document into the database and if so how do you store the path pointer into the access database from a Windows form using Visual C#. Thank you for your attention
Reply
Answers (
2
)
Email coding
i am using this code for search details from text file