[PHP] binary data - MSSQL

2002-01-09 Thread Peter Lavender
Hi Everyone, I did ask this earlier, but I have made some head way since, but I'm still not sure that I have things right. What datatype should I use for zip files? How do I create a link to a file to be downloaded from the database? All the examples I have read all relate to images, which

Re: [PHP] binary data - MSSQL

2002-01-09 Thread Henning Sprang
Hy Peter, Peter Lavender wrote: Hi Everyone, I did ask this earlier, but I have made some head way since, but I'm still not sure that I have things right. What datatype should I use for zip files? You should use the blob type therefore How do I create a link to a file to be

Re: [PHP] binary data - MSSQL

2002-01-09 Thread Daniel Masur
are you shure about putting binarydata into a database? cant you do it with links? performance would be better this way i think. Henning Sprang [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hy Peter, Peter Lavender wrote: Hi Everyone, I did ask