简体   繁体   中英

How to store and retrieve pdf files into/from SQLITE database using C#?

I want to store and retrieve pdf files into/from SQLITE database, I'm using C#. Any one with an Idea of how this is done?

You could read all the bytes of the PDF, store that and then do the same the other way. although i would think that saving the PDF on an internal storage and storing the path would be a better option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM