Hello! Does anybody knows if there is a way to have separated transactions used only with the DML instructions generated by a TIB_Query/TIBOQuery? With this,...
... 1. your fbclient.dll must be the renamed fbembed.dll 2. if you are using an old IBO version, rename fbembed.dll to gds32.dll instead. If it is *very*...
Hello Carlos, ... Like in FIBPlus? AFAIK no. I'm using a query component for browsing and another one for editing. Each component can have it's own transaction...
TS> Like in FIBPlus? AFAIK no. Yes, like FIBPlus. []s Carlos H. Cantu www.warmboot.com.br - www.firebirdnews.org www.FireBase.com.br - blog.firebase.com.br...
... You should add the MSVC runtime DLLs. You can find these in the "bin" Folder of your Firebird Server. Firebird 1.5: msvcp60.dll and msvcrt.dll Firebird...
... No, I have the embedded dll in my setup, renamed to fbclient.dll, and it works just like that either in embedded mode or client/server. I only distribute...
... Then, Antti, the likely explanation is that those clients already have the MS runtimes in the system path. Even fbclient.dll needs them. Although this is a...
... That's because in these Windows versions, msvcp60.dll and msvcrt.dll are already included with one of the applications that come together with Windows. In...
For a long while now I have had trouble with non editable ib_grids showing the InPlaceEditor. This steals the mouse so that OnCellClick no longer works - I...
Hi ShowCaptions don't work when CustomGlyphs are assgined to TIB_updateBar. It seems to work in designtime, but in runtime captions disappear. I've temporarily...
... the OrderingLinks and OrderingItems mechanisms, i.e., there will be an ORDER BY clause in the Serversql that is not in the Clientsql. Similarly so if your...
Using FB 1.5 and IBO 4.5 I've migrated a project to a new computer. The old one ran XP Home and all worked fine, the new one runs XP Pro and for some reason...
... Thanks for responding Helen. I use madExcept for error trapping and reporting. I can forward its report if that would be quickest. Other than that I can...
... No thanks. Put an ib_monitor onto your mainform and trace the statement going over the wire and the exception that comes back. Copy/paste the relevant...
... statement going over the wire and the exception that comes back. Copy/paste the relevant part of the API trace. ... IBO and Firebird. Are you sure you're...
I use a TIBODatabase for my connection and use the default transaction. I create TIB_DSQL objeects and execute the SQL to update values in a table. But I want...
... It is not COMMIT RETAINING that is the up-front problem here, but that you are using AutoCommit. Welcome to a world where the inherited BDE model doesn't...
With TIBODatabase, you just have to issue a StartTransaction and the inherited AutoCommit which is probably used, is suspended and your transaction is awaiting...
Thank you for your response. ... the TIBODatabase won't allow me to replace the DefaultTransaction, but I can set it's properties. Seems to be working...
Hello Which one is better FibPlus or IBObjects - interm of speed, supports, learning curve, advantage and disavantage, - interm of ownership price/and...
... You may get more of a comparison by asking on the firebird support list. IBObjects is always going to be best here ;) ( Messages are moderated so someone...
Adrian, Ok, first off, I have not made very much progress. I had to move again and finally it is done enough that I am settled again where I have a good DSL...
... Don't take this question to firebird-support - it is for DATABASE support and is NOT a Delphi list. You would be instructed to move it out of there. If...