On MSSQL it would be a NTEXT column.

On Wed, 2003-07-16 at 18:14, Javier wrote:
> [EMAIL PROTECTED] (John Manko) wrote in
> news:[EMAIL PROTECTED]: 
> 
> Does it apply also to MSSQL = Microsoft SQL Server?
> 
> > Look here
> > http://www.mysql.com/doc/en/BLOB.html
> > 
> > Actually, if you don't care if the images can be view from outside the
> > DB, you can do what I do.
> > I simplely put the name of the file in a varchar field, then let the 
> > browser do the work for you.
> > This is good for files that are referenced from multiple entries (ie, 
> > individual products each referencing the same series image)
> > but, blob can work fine.
> 
> > 
> 
> 
> 
> -- 
> *** s2r - public key: (http://leeloo.mine.nu/s2r-gmx.sig)
-- 
Adam Voigt ([EMAIL PROTECTED])
Linux/Unix Network Administrator
The Cryptocomm Group


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to