kinterbas and Python

Petr Jakes petr at tpc.cz
Tue Apr 4 15:03:16 EDT 2006


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')




More information about the Python-list mailing list