On Aug 3, 6:45 am, Sonu <[EMAIL PROTECTED]> wrote:
> hello,
> i need to create script
> that can create a csv file as i want
> for example i have two table in database that are person ,country
> if i want to create csv file to person,then wht to do ,,
> how to connect database,how to create csv of interrelated field
> eg :in person table :country_id (which is primary key of country table)

Did you try google? Python has a csv module: 
http://docs.python.org/lib/module-csv.html

Mike

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

Reply via email to