[Tutor] help with ftplib and file modification date

2009-03-16 Thread Rene Bourgoin
i'm doing a simple upload to an FTP server using the ftplib module and wanted to know how i can preserve the file modification date all the way through the process. I lose the file mod date because i read the original file then ftp writes a new file to the server which changes the mod dateto the ti

[Tutor] database help for newbie, fetchall()

2006-06-25 Thread Rene Bourgoin
What is the best way to handle the resutls to a fetchall() command? The result seems to be a list of tuples [(aaa,bbb,ccc0,(11,222,333,)]. I'm new to programming but it seems that what ever I try to accomplish at some point i need the results to end up as strings. Even if you loop through the li

Re: [Tutor] dbcp module

2004-12-17 Thread Rene Bourgoin
004 16:13:57 -0800 (PST) Subject: Re: [Tutor] dbcp module On Fri, 17 Dec 2004, Rene Bourgoin wrote:> Yes i believe im looking for the python version of the Jakarta databse> connection pool!!Hi Rene,I haven't looked at this too closely yet, but there are projects out th

Re: [Tutor] dbcp module

2004-12-17 Thread Rene Bourgoin
Yes i believe im looking for the python version of the Jakarta databse connection pool!! --- On Fri 12/17, Kent Johnson < [EMAIL PROTECTED] > wrote: From: Kent Johnson [mailto: [EMAIL PROTECTED] To: Cc: [EMAIL PROTECTED] Date: Fri, 17 Dec 2004 07:12:40 -0500 Subject: Re: [Tutor] dbcp m

Re: [Tutor] dbcp module

2004-12-16 Thread Rene Bourgoin
Yah i came across that site and was trying to learn from that code. I just cant seem to find a download for a python version. i came across this site while searching. http://jakarta.apache.org/ --- On Wed 12/15, Kent Johnson < [EMAIL PROTECTED] > wrote: From: Kent Johnson [mailto: [EMAIL

[Tutor] dbcp module

2004-12-15 Thread Rene Bourgoin
Anyone know where I can download the dbcp module for Python ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com ___ Tutor maillist - [EMAIL PROTECTED] htt