Re: [PHP-DB] storing PDF in a database

2002-03-24 Thread Kevin Won
I have the same need for all sorts of doc types w/ m$ sql server. The wrox 'professional sql server programming' talks about this issue of storing file type data in a table row briefly, leaving me disheartned. basically, the summation of the issue is it's a really bad idea performance wise--lik

Re: [PHP-DB] storing PDF in a database

2002-03-24 Thread Jason Cox
You'd want to use a BLOB field to store it. It would be stored as raw data in the db. For an example, go find a tutorial on how to store images in the database. It would work the same way. Jason Cox - Original Message - From: "Alain DESEINE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>