From: Marco H. <mh...@de...> - 2010-02-15 16:26:10
|
Hi Paul, as you suggested I run the driver through a debugger and found the problem: In my "set transaction" sql command I defined the table names which should be RESERVED in lower case letters. Due to these names are used in some "transaction parameter block" and not put in upper case before as it is needed, the error raises. If I write them in upper case the wrong behavior did not happen. Now I ask if it is possible to do a case conversion within the driver? Can anybody do this, due to I am not involved fully in the project. Maybe it must be done here: IscConnection.cpp: IscConnection::parseReservingTable(...) Thanks in advance! Marco Held phone: +49 271 77202 27 e-mail: mh...@de... demig Prozessautomatisierung GmbH http://www.demig.de in...@de... Haardtstraße 40 D-57076 Siegen Tel. +49 271 77202 0 Fax +49 271 77202 92 Registergericht Siegen HRB 2819 Geschäftsführer Joachim Herbst, Winfried Held -----Ursprüngliche Nachricht----- Von: Paul Reeves [mailto:pr...@ib...] Gesendet: Dienstag, 19. Januar 2010 08:16 An: fir...@li... Betreff: Re: [Firebird-odbc-devel] Problem with special transaction settings On Monday 18 January 2010, Marco Held wrote: > Hi Paul, > > thanks for your reply, but what is the sense at all?! I have to look for > a solution by myself or will it be fixed soon? > I was suggesting that you try running the driver through a debugger to see if you can locate the cause of the problem. You are using a transaction isolation which is uncommon, so this bug could have been there for a long time. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support ---------------------------------------------------------------------------- -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Firebird-odbc-devel mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel |