Kent Johnson schrieb:
> A more robust solution would be to read the file with the csv module and 
> use cursor.execute() with a proper parameter list. This lets the csv and 
> database modules correctly (un)escape the data values.
> 
> Kent
> 

WOW thanks! I never thought about that there might be a csv-module! I'm 
on my way exploring it ;)

-paul
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to