Re: firebird and unicode

2005-05-23 Thread F. Petitjean
Le Mon, 23 May 2005 09:30:31 GMT, flupke a écrit : > It's like jumping over a fence with barb wire. > You know your balls might be in danger but > sometimes you got to take a risk :) +1 QOTW > > I hope i don't end up singing with a funny voice ;) -- http://mail.python.org/mailman/listinfo/pyth

Re: firebird and unicode

2005-05-23 Thread flupke
flupke wrote: I solved it by getting the latest py files from CVS and overwriting the existing ones. It gave an Attribute error but that was gone after commenting this line: #isc_info_isc_version = _k.isc_info_isc_version I'm not sure if this is a safe way of working. It's like ju

Re: firebird and unicode

2005-05-22 Thread flupke
flupke wrote: > Hi, > > i'm developing an app that uses wxPython and Firebird via kinterbasdb on > Win XP SP2. On insert of a record i get this error: > (kinterbasdb.InterfaceError) > (0, "Type mismatch: Input parameter for field named [name n > ot known at this stage of query execution] must be

firebird and unicode

2005-05-22 Thread flupke
Hi, i'm developing an app that uses wxPython and Firebird via kinterbasdb on Win XP SP2. On insert of a record i get this error: (kinterbasdb.InterfaceError) (0, "Type mismatch: Input parameter for field named [name n ot known at this stage of query execution] must be a string, rather than a .")