Re: [firebird-python] Python 3.4 and FDB - backup

2014-09-08 Thread Werner [email protected] [firebird-python]
Hi Pavel, FYI, I created on issue http://tracker.firebirdsql.org/browse/PYFB-42 for this on the Tracker. Werner On 7/15/2014 13:45, Werner [email protected] [firebird-python] wrote: [Attachment(s) <#TopText> from Werner included below] Hi Pavel, I gave it a go on with moving the ibase.b cal

Re: [firebird-python] Python 3.4 and FDB - backup [1 Attachment]

2014-07-15 Thread Werner [email protected] [firebird-python]
Hi Pavel, I gave it a go on with moving the ibase.b call to add_database_name and it works for me on Py3.4, but currently don't have a Py2.7 install with fdb. I also noted that there are some more calls to ibase.b(database) which should probably be removed but they are not called in the way I u

Re: [firebird-python] Python 3.4 and FDB - backup

2014-07-15 Thread Werner [email protected] [firebird-python]
Hi Pavel, On 7/9/2014 13:24, Pavel Cisar [email protected] [firebird-python] wrote: Hi, That's unfortunate problem. The API requires byte streams, while os.path.exists requires unicode. The obvious solution is to encode/decode at either place, but the key problem is which encoding we should

Re: [firebird-python] Python 3.4 and FDB - backup

2014-07-09 Thread Werner [email protected] [firebird-python]
Hi Pavel, On 7/9/2014 13:24, Pavel Cisar [email protected] [firebird-python] wrote: Hi, That's unfortunate problem. The API requires byte streams, while os.path.exists requires unicode. The obvious solution is to encode/decode at either place, but the key problem is which encoding we should

Re: [firebird-python] Python 3.4 and FDB - backup

2014-07-09 Thread Pavel Cisar [email protected] [firebird-python]
Hi, That's unfortunate problem. The API requires byte streams, while os.path.exists requires unicode. The obvious solution is to encode/decode at either place, but the key problem is which encoding we should use? Any ideas? best regards Pavel Cisar IBPhoenix Dne 9.7.2014 11:31, Werner werner.

Re: [firebird-python] Python FDB 1.4 not returning the first record

2013-08-26 Thread Pavel Cisar
Hi, I can't explain, because I can't even reproduce it (however I haven't W8. just W7). You wrote that when you create table via FDB, everything works just fine. So the problem is most likely related to the "other" data. best regards Pavel Cisar IBPhoenix Dne 16.8.2013 15:18, Dan Statham naps

Re: [firebird-python] python kinterbasdb - check default charset of db or table

2012-04-18 Thread Peter Irbizon
Hi Pavel, thank you very much! It works like a charm. That is exactly what I was looking for. 2012/4/18 Pavel Cisar > ** > > > Hi, > > Dne 18.4.2012 14:18, Peter Irbizon napsal(a): > > > > > > > Hello, > > I am using python 2.7 and kinterbasdb. How could I find out default > > charset used by da

Re: [firebird-python] python kinterbasdb - check default charset of db or table

2012-04-18 Thread Pavel Cisar
Hi, Dne 18.4.2012 14:18, Peter Irbizon napsal(a): > > > Hello, > I am using python 2.7 and kinterbasdb. How could I find out default > charset used by database? I would like to check it and then according to > used charset decode returned strings. thank you To get default character set for a data

Re: [firebird-python] Python

2011-09-14 Thread werner
On 09/14/2011 08:01 PM, Mario Lacunza wrote: Hello, I dont use Firebird + Python since a lot of time for the problems with the connector Kinterbasdb, I just can see in the FB page the very funny status of that project: http://www.firebirdsql.org/en/python-devel-status/ I can found this one too

Re: [firebird-python] Python

2011-09-14 Thread Mario Lacunza
Hello Philippe, thanks for your answers! Well my last work using kinterbasdb was 3 years ago... :) For the new project: my mistake, I mean start a new software project with FB support in the DB layer,its an accountant and management program, not another driver :) for that I need to know if the

Re: [firebird-python] Python

2011-09-14 Thread Philippe Makowski
Hello, Mario Lacunza [2011-09-14 20:01] : > Hello, > I dont use Firebird + Python since a lot of time for the problems with > the connector Kinterbasdb, I just can see in the FB page the very funny > status of that project: > problems with kinterbasdb ? > http://www.firebirdsql.org/en/python-