Re: [BangPypers] Teradata python ODBC driver

2013-06-04 Thread Gora Mohanty
On 4 June 2013 11:37, Divya wrote: > > Hello, > > I have to connect Python based script (Python2.6) to Teradata using ODBC > driver on Linux. > > Can any one please suggest / help me to integrate. As has been mentioned before for similar requests, nobody is going to do your work for you. Have you

[BangPypers] Query | Automating report through Python

2013-06-04 Thread Fagun Bhavsar
Hi, I have couple of reports that need to be sent during end of the day. There's single DB table, from which data is being picked and put into xcel-like tabular format and sent to specific email address. I want to understand - by using python, how to go about for automating this task? What a

Re: [BangPypers] Query | Automating report through Python

2013-06-04 Thread Noufal Ibrahim
Fagun Bhavsar writes: > Hi, > > I have couple of reports that need to be sent during end of the > day. There's single DB table, from which data is being picked and put > into xcel-like tabular format and sent to specific email address. > > I want to understand - by using python, how to go about f

Re: [BangPypers] Query | Automating report through Python

2013-06-04 Thread स्वक्ष
On Tue, Jun 4, 2013 at 2:19 PM, Noufal Ibrahim wrote: > Fagun Bhavsar writes: > >> Hi, >> >> I have couple of reports that need to be sent during end of the >> day. There's single DB table, from which data is being picked and put >> into xcel-like tabular format and sent to specific email address

Re: [BangPypers] Query | Automating report through Python

2013-06-04 Thread Fagun Bhavsar
Thanks a lot @Noufal and @Svaksha. As @Noufal mentioned, I was looking forward to the steps in order to break a problem in small chunks and then to work on it. Regards, Fagun On Tuesday 04 June 2013 02:26 PM, स्वक्ष wrote: On Tue, Jun 4, 2013 at 2:19 PM, Noufal Ibrahim wrote: Fagun Bhavsar