Storing PDF and large binary files in MSQL

L

Len A

I am tyring to store PDF files in MSQL- some very large. How do you do this?

I have tried converting to base64 text, then storing as text type,
, then use

toBinary

to write it- but the file that wrtes out only has about half the data in it.
Am I missing something here?

(I want to store many files in the DB, some will be very large (a meg or
so))

Thanks
 
B

Blaqb0x

"Am I missing something here?"

Yes, try asking the question on the MSSQL newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top