Balin napisaƂ(a):

>         con = kinterbasdb.connect(host='192.168.1.20',
> database='/home/db/TEST.FDB', user='SYSDBA', password='masterkey) <--- E

I don't think it's valid. If you connect to remote host, don't give a
path to database, just its name. Specifying full path long time ago was
supported only using "local" connection.

-- 
Jarek Zgoda
http://jpa.berlios.de/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to