Re: [GENERAL] Data in a table to a csv file

2009-05-18 Thread Steve Crawford
Joshua Berry wrote: I have a small problem,I need to export data from a table into a csv file.For this i am using pqxx library to work on it.I can able to retrieve the data from the database but the only problem is I am unable to store it in a csv file.Can you guys please help me how

Re: [GENERAL] Data in a table to a csv file

2009-05-18 Thread Joshua Berry
I have a small problem,I need to export data from a table into a csv file.For this i am using pqxx library to work on it.I can able to retrieve the data from the database but the only problem is I am unable to store it in a csv file.Can you guys please help me how to do that. I

[GENERAL] Data in a table to a csv file

2009-05-18 Thread aravind chandu
Hello, I have a small problem,I need to export data from a table into a csv file.For this i am using pqxx library to work on it.I can able to retrieve the data from the database but the only problem is I am unable to store it in a csv file.Can you guys please help me how to do that.