Lyndon Bermoy Active Member Licensed User Longtime User Dec 27, 2014 #1 Does anyone know here how to Add and Retrieve files on SQLite Database such as word or pdf files? Please send me a link if there is. Thanks!
Does anyone know here how to Add and Retrieve files on SQLite Database such as word or pdf files? Please send me a link if there is. Thanks!
DonManfred Expert Licensed User Longtime User Dec 27, 2014 #2 See SQL tutorial. Especially the part about writing/reading a BLOB.... Upvote 0
Lyndon Bermoy Active Member Licensed User Longtime User Dec 27, 2014 #3 If i will retrieve/read a pdf file or a word file on the SQLite, then it be will displayed on the imageview?? Upvote 0
If i will retrieve/read a pdf file or a word file on the SQLite, then it be will displayed on the imageview??
DonManfred Expert Licensed User Longtime User Dec 27, 2014 #4 Lyndon Bermoy said: If i will retrieve/read a pdf file or a word file on the SQLite, then it be will displayed on the imageview?? Click to expand... NO! You need a program which can view PDFs. Like AdobeReader You can not show pdf inside b4a Upvote 0
Lyndon Bermoy said: If i will retrieve/read a pdf file or a word file on the SQLite, then it be will displayed on the imageview?? Click to expand... NO! You need a program which can view PDFs. Like AdobeReader You can not show pdf inside b4a
Lyndon Bermoy Active Member Licensed User Longtime User Dec 27, 2014 #5 DonManfred said: NO! You need a program which can view PDFs. Like AdobeReader You can not show pdf inside b4a Click to expand... Do you have a sample code of that to retrieve pdf files on the SQLite database? because image is different from pdf. And then if i have retrieved where will it go? Also, sir do you have a copy of this library? https://www.b4x.com/android/forum/threads/lib-b4apdfviewer-by-icefairy333.26315/ Upvote 0
DonManfred said: NO! You need a program which can view PDFs. Like AdobeReader You can not show pdf inside b4a Click to expand... Do you have a sample code of that to retrieve pdf files on the SQLite database? because image is different from pdf. And then if i have retrieved where will it go? Also, sir do you have a copy of this library? https://www.b4x.com/android/forum/threads/lib-b4apdfviewer-by-icefairy333.26315/
DonManfred Expert Licensed User Longtime User Dec 27, 2014 #6 Lyndon Bermoy said: Do you have a sample code of that to retrieve pdf files on the SQLite database? Click to expand... SEE THE TUTORIAL-LINK I POSTED IN POST #2!!! There IS an example of storing an image and reading. Instead of a gif you can store a PDF or whatever.... Upvote 0
Lyndon Bermoy said: Do you have a sample code of that to retrieve pdf files on the SQLite database? Click to expand... SEE THE TUTORIAL-LINK I POSTED IN POST #2!!! There IS an example of storing an image and reading. Instead of a gif you can store a PDF or whatever....