LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating an OLE object in the database

Dear All,

 

How can I insert a pdf file into Acces database with Labview connectivty toolset and how can I read it and display??

PLEASE HELP ME

0 Kudos
Message 21 of 23
(935 Views)
Szabo,

It's not considered good practice to embed large files within a database.  Your database will grow to unmanageable sizes quickly.  Rather, simply store a link to the file in the database and keep the files in a central location (such as a reliable server). 

Once you do that, read this KB to see how to open files in acrobat from LabVIEW;
http://digital.ni.com/public.nsf/websearch/9A6A259EB5A2BEDA86256DD00048C604?OpenDocument

Hope this helps.
--Paul Mandeltort
Automotive and Industrial Communications Product Marketing
0 Kudos
Message 22 of 23
(914 Views)
Paul,
your solution is quite good.
But if user want the file more security, what they should do.
I think why they want to store the file or data into database, because they want the file and data in security.
So maybe there is another better solution for the security.

Regards

Qia
http://www.vitst.com
Virry Test & Control
LabVIEW Certified Developer
0 Kudos
Message 23 of 23
(899 Views)