Re: storing files in database

2001-02-18 Thread Rolf Hopkins
Blob field may do the trick but wouldn't it easier to store it on the drive? - Original Message - From: "I.SivaramaKrishnan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 17:05 Subject: storing files in database > Hi all, > > Basically I have a requirement

Re: storing files in database

2001-02-16 Thread Thiru
Are U going to search thru the XML data in the future? If so U have to be carefull .. If not, depending on size u have these options 1. text(64K) or blob(64K) 2. mediumtext(16MB) or mediumblob(16MB) Cheers! Thiru If U may search thru the XML data at some point, On Fri, 16 Feb 2001 14:35:5