My Software has an option to archive older data to an read-only marked database which may be stored to a CD or DVD. I created a Viewer program using IBObjects...
... The above shouldn't be the reason why it is failing on a read-only database. Drop a TIB_MonitorDialog component onto your form, connect it with your ...
Hi All, Is it me or just what I am configuring? I am using a field that is just Time. I add a field to my form that is just TIB_Edit. I then set the...
Did anyone here already need to extract the FB version and fbclient.dll version using IBO? I could not find a property or method for that... if it really...
As a matter of fact regarding FB version - Jason did - his tool IB_SQL shows server version - page Connection subpage Characteristics. Regarding client library...
Thanks Marcin! I will check IB_SQL code. []s Cantu (Membro do TeamFB - FireBase) http://www.warmboot.com.br FireBase - http://www.FireBase.com.br Blog -...
... Connection.Characteristics (TIB_ConnectionCharacteristics) ... The client is running in the outside world, not in the engine. It might not even be a DLL...
I have set up a TIB_ComboBox inside a TIB_Grid. It works an looks good when I run the program on XP or in vista if the Color Scheme is Windows standard. If I...
HB> The client is running in the outside world, not in the engine. HB> It might not even be a DLL (might be a HB> different native interface like .NET provider...
... worked ... following ... D.RDB$DEFAULT_SOURCE ... fails ... everything ... do, ... in ... database. ... your ... kind of ... TIB_Transaction, ... Hi...
Hi! [snip] ... The statement above fails and leads to the error message. I have no idea why, possibly it is related to using RDB$DB_KEY in the statement,...
... Btw, it's the where clause. For example, changing the where clause to WHERE RDB$DEFAULT_SOURCE IS NULL allows me to execute the query with IBO and FB 2.1....
... the ... database ... to ... work ... Yes I just tried it again: I created a complete new database file, just with one table create table test ( test...
... Btw, do you have an database properties at connection level like ForcedWrites, ReservePageSpace, ... set to non default values? This will reproduce the...
... in ... clause ... statements ... file, ... the ... That's it! I set the CharSet-Property of TIB_Connection-Component to ISO8859_1 (because I always do this...
... in ... clause ... statements ... file, ... the ... That's it! I set the CharSet-Property of TIB_Connection-Component to ISO8859_1 (because I always do this...
... Setting the character set should be able for read-only databases. ... So this really sounds like a Firebird bug to me. I know also can reproduce this issue...
... RDB$DB_KEY ... only ... it, ... time. ... to ... The ... in ... v2.1 ... devel ... Good work, thank you for your coporation. I opened an issue at the ...
We have our own application-specific replicator that I wrote. I am having a strange problem. I have a transaction, which is attached to the local replicator ...
... Consistency rules - as designed! Once the engine has detected that one of the connections is dead, any multi-database transactions that comprise any...
I'm trying to create a table (if it doesn't exist) and populate it, all inside a transaction. If any of the data isn't kosher, I want the table to be rolled ...
I don't believe it is possible to create a table and populate that table within the same transaction. You are using Firebird 2.1, I believe it supports...
... Not possible. ... As designed. DDL statements perform a number of "under-the-hood" operations on commit...until the commit, the "object" is nothing but an...
I am wondering if anyone is using IBO and Report Builder 10.x in Code Gear's Rad Studio 2007 (Delphi 2007)? If so which IBOPipeline are you using? I have tried...
You can use TIBOQuery with the standard TppDBPipeline. IBOQuery is a wrapper for TIB_Query, so speaking about performance, there will be almost no difference. ...
... Hi Russel, I'm using IBO with RB 10.06 in D2007. The pipeline I'm using is a few years old but working well. I've put it here for you (and others) to...
Reply below ... ... Many thanks Carlos for this prompt reply. I tried your idea and it works here. I did not know this. Thanks for sharing. I have two large ...
... Code ... able ... http://rapidshare.com/files/136917257/IBOPipeline_RB10_D2007.zip.html ... Thank you Markus for this prompt reply, your advice and file. I...
Hi I am trying to use the TIBOBackupService. I have copied code from another app that uses it successfully but am getting the following error. 'Interbase...