Storing Larges Chunks of Text or graphics in web applications

2004-08-25 Thread Siegfried Heintze
I inherited a perl CGI application that uses the integer primary key in the Microsoft Access database fabricate as the file name of flat text file to hold arbitrary amounts of text. It just dawned on me that this is a bad idea! If we compress the database, all those unique integer keys will change

Re: Storing Larges Chunks of Text or graphics in web applications

2004-08-25 Thread Wiggins d Anconia
> > I inherited a perl CGI application that uses the integer primary key in the > Microsoft Access database fabricate as the file name of flat text file to > hold arbitrary amounts of text. It just dawned on me that this is a bad > idea! If we compress the database, all those unique integer keys