Hi Peter,

> Does anyone have a link to a good reference on how to insert a binary file
> (zip file) into MSSQL?

why do you want to store binary file in DB?
It's more efficient to store the file in filesystem, and in DB only
store the path of the file.
Unless you really have a good reason and left with no option
other than store the file in DB.

--
Jimmy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Brigands will demand your money or your life, but a woman will demand both.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to