Pablo was Paolo wrote:
> [EMAIL PROTECTED] ha scritto:
>> If you want to work directly with the files why not just use Python's csv
>> module?
> 
> Now, with Java, I use the same class to read several databases and csv 
> files (with SQL instructions).
> I'd like to find a library for using the same approach in Python.

I vaguely remember that you can get an ODBC driver for CSV. If I'm
right, you could access it using one of the several Python ODBC
DBAPI modules... just a thought.

TJG
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to