Re: [Tutor] Database connections don't stay alive

2005-06-06 Thread Joe Healy
try to make >it work... For example, this is from a manual I've used: > >2.1.3.1 PQconnectdb >Syntax: >c = PQconnectdb(conninfo) >Where conninfo is a string containing connection information. > >What the heck is 'conninfo', I mean, what's it

Re: [Tutor] map() and lambda to change class instance attribute (fwd)

2005-05-13 Thread Joe Healy
r this! > >Alan G >Author of the Learn to Program web tutor >http://www.freenetpages.co.uk/hp/alan.gauld > >_______ >Tutor maillist - Tutor@python.org >http://mail.python.org/mailman/listinfo/tutor > > -- ___