Re: [sqlite] Saving PDF Files in SQlite

2015-01-15 Thread David King
> How do I save PDF files in SQLIte? Why do you want to store PDF files in sqlite? What is the "real" problem that that solves for you? There is http://www.sqlite.org/sar/doc/trunk/README.md which does what you're literally asking, but I feel that with more context we can give you better direc

Re: [sqlite] Saving PDF Files in SQlite

2015-01-15 Thread tonyp
ay, January 15, 2015 10:24 PM To: sqlite-users@sqlite.org Subject: [sqlite] Saving PDF Files in SQlite How do I save PDF files in SQLIte? Is there a preferred method? All the online suggestions seem to require writing some custom code. Is there an add-on for saving PDF or other digital objects?

Re: [sqlite] Saving PDF Files in SQlite

2015-01-15 Thread Simon Slavin
On 15 Jan 2015, at 8:24pm, John Payne wrote: > How do I save PDF files in SQLIte? Read the bytes of the file and save them in a BLOB field. But I have to warn you ... > I'm not a programmer, SQLite is a tool for programmers. It makes database facilities available to programmers. It's not

[sqlite] Saving PDF Files in SQlite

2015-01-15 Thread John Payne
How do I save PDF files in SQLIte? Is there a preferred method? All the online suggestions seem to require writing some custom code. Is there an add-on for saving PDF or other digital objects? I'm not a programmer, do not know php and rather clueless on how to proceed. Thanks John Payne j...