Re: Newbie Python SQL

2006-08-14 Thread Gabriel Genellina
At Monday 14/8/2006 16:54, len wrote: Could someone recommend a tutoral, book, white paper, etc. I am trying to write a python program which takes a CSV file and through SQL insert update my SQL files. The SQL files contain a parent file with multiply child and grandchildren plus various files

Newbie Python SQL

2006-08-14 Thread len
Hi all Could someone recommend a tutoral, book, white paper, etc. I am trying to write a python program which takes a CSV file and through SQL insert update my SQL files. The SQL files contain a parent file with multiply child and grandchildren plus various files for doing validation. I am usin