Jarek, I am using it always like in the following example to connect to the remote host and it works for me flawlessly. Petr Jakes
import kinterbasdb as k
con = k.connect(
host='router.maren.cz',
database='/data/sysdat01.gdb',
user='SYSDBA', password='masterkey')
--
http://mail.python.org/mailman/listinfo/python-list
