Re: kinterbasdb error connection

2011-01-01 Thread Uwe Grauer
On 12/31/2010 04:41 PM, Ale Ghelfi wrote: > On 09/12/2010 15:17, Uwe Grauer wrote: >> On 12/07/2010 04:35 PM, Ale Ghelfi wrote: >>> (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 ) >>> I try to connect my database of firebird 2.5 by kinterbasdb. >>> But python return this error :

Re: kinterbasdb error connection

2010-12-31 Thread Ale Ghelfi
On 09/12/2010 15:17, Uwe Grauer wrote: On 12/07/2010 04:35 PM, Ale Ghelfi wrote: (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 ) I try to connect my database of firebird 2.5 by kinterbasdb. But python return this error : You are not using the current kinterbasdb version. Se

Re: kinterbasdb error connection

2010-12-09 Thread Uwe Grauer
On 12/07/2010 04:35 PM, Ale Ghelfi wrote: > (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 ) > I try to connect my database of firebird 2.5 by kinterbasdb. > But python return this error : You are not using the current kinterbasdb version. See: http://firebirdsql.org/index.php?o

Re: kinterbasdb error connection

2010-12-07 Thread Christian Heimes
Am 07.12.2010 16:35, schrieb Ale Ghelfi: > (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 ) > I try to connect my database of firebird 2.5 by kinterbasdb. > But python return this error : > > >>> c = > kinterbasdb.connect(dsn="/media/VINACCIA.FDB",user="user",password="password

kinterbasdb error connection

2010-12-07 Thread Ale Ghelfi
(i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 ) I try to connect my database of firebird 2.5 by kinterbasdb. But python return this error : >>> c = kinterbasdb.connect(dsn="/media/VINACCIA.FDB",user="user",password="password",charset="UTF-8") Traceback (most recent call last)