From: Echeverria R. C. R. T. S.A.
<ce...@tr...> - 2001-04-11 15:53:50
|
Hi I'am testing interbase and your python module. I'am very impressed because most queries work very well and fast, but I have a problem... conn.dialect = 3 ...did not work. I got the following trace: Traceback (most recent call last): File "Prueba2.py", line 21, in ? c.dialect=3 File "kinterbasdb.py", line 210, in __setattr__ return _kinterbasdb.set_dialect(self._conn, value) AttributeError: set_dialect *** debug *** removing connection 0 I'am using Win98, Interbase 6.01 and Python 2.0 Thanks for your help Cristian Echeverria |