On Sep 6, 2012, at 1:18 PM, Ryan Culpepper wrote:

> On 09/06/2012 04:09 PM, John Clements wrote:
>> 
>> On Sep 6, 2012, at 1:06 PM, Michael Wilber wrote:
>> 
>>> CSV files? Do you mean importing a CSV file into a table?
>>> 
>>> Take a look at http://dev.mysql.com/doc/refman/5.1/en/load-data.html,
>>> the "LOAD DATA INFILE" command, which (iirc) takes a CSV file and
>>> imports it into a table, one shot.
>> 
>> Well, that's half of what I want; really, I'd like a way to use the csv as 
>> the backing store for the table, so that I can always paw through the CSV if 
>> need be.
> 
> You might be able to find an ODBC driver that provides a database front-end 
> for CSV files. (I believe Windows comes with one, but I don't know about 
> other platforms.) Google "ODBC CSV" and see if any of the hits are useful.

All righty.  Many thanks,

John

Attachment: smime.p7s
Description: S/MIME cryptographic signature

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to