Re: CSV Output

2004-08-12 Thread Japheth Cleaver
At 11:07 AM 8/12/2004, David Perron wrote: Im looking for a way to output a file into true CSV format (with quoted fields) using the Perl DBI. Does anyone know of a way to do this (in either native MySQL or Perl)? Thanks as always! You could try DBD::CSV http://search.cpan.org/search?query=DBD%3A%

Re: Upgrading mySQL 3.23 to 4.0

2004-08-02 Thread Japheth Cleaver
At 01:58 PM 8/2/2004, [EMAIL PROTECTED] wrote: Greetings: I am trying to upgrade to the new version of mySQL on Fedora Core 2 Linux. I have "mysql Ver 11.18 Distrib 3.23.58, for redhat-linux-gnu (i386)" I downloaded the following files: MySQL-client-4.0.20-0.i386.rpm MySQL-server-4.0.20-0.i3

Re: MySQL as document storage?

2004-01-07 Thread Japheth Cleaver
One solution might be concurrant storage of different versions of the same file in different blobs. Text-based formats (SGML, rtf, HTML, XHTML, plain text) can be stored in TEXT columns, while Binary formats (PDF?, GIF/PNG, Media) can be stored in BLOBs. A nice side effect of this is being able