Re: files stored in fields

2004-04-21 Thread colbey
Sure.. checkout this article: http://php.dreamwerx.net/forums/viewtopic.php?t=6 Very fast mysql storage implementation in PHP, port the design to whatever lanaugage suits you. On Wed, 21 Apr 2004, adrian Greeman wrote: > Please excuse a very simple inquiry from a near beginner > > If I wish t

Re: files stored in fields

2004-04-21 Thread William R. Mussatto
adrian Greeman said: > Please excuse a very simple inquiry from a near beginner > > If I wish to store a complete Word file or similar (Open Office perhaps) > or an archive file - is that possible and what kind of field do I need > for it? How do you insert a file into a table if so? > > I know th

files stored in fields

2004-04-21 Thread adrian Greeman
Please excuse a very simple inquiry from a near beginner If I wish to store a complete Word file or similar (Open Office perhaps) or an archive file - is that possible and what kind of field do I need for it? How do you insert a file into a table if so? I know that you can store pictures - what