wufei0
05-08-2012, 06:30 PM
Please start your own threads for asking questions. Split from this thread
what im doing now is like whats your problem. i currently making a document archieving software. but instead of pics, im using pdf files. uploaded to database (in my case, firebird database)and with a BLOB datatype. havent got anyproblems yet on the select/insert/update speed because i only got 500+ records at this time.
what i did was convert the pdf file into rawdata(byte) and upload it to the database(BLOB dataype).
but my problem is is there a way to view the pdf file(in your case jpeg) directly from the database.
what im doing now is like whats your problem. i currently making a document archieving software. but instead of pics, im using pdf files. uploaded to database (in my case, firebird database)and with a BLOB datatype. havent got anyproblems yet on the select/insert/update speed because i only got 500+ records at this time.
what i did was convert the pdf file into rawdata(byte) and upload it to the database(BLOB dataype).
but my problem is is there a way to view the pdf file(in your case jpeg) directly from the database.