Massimo,  Could you please patch sql.py near line 1061:

self._pool_connection(lambda : \
    kinterbasdb.connect(dsn='%s:%s' % (host+'/'+port, db),
        user=user,
        password=passwd,
        charset=charset))

Explanation:  I have joined +'/'+port to the host string.  The
omission of the port probably wasn't spotted before because everyone
usually uses the standard port.

Regards, David

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to