Hi ! First, I'm working with Delphi 2007. I have a TIB_Query control that displays the contents of table ANIMAL in a TIB_LookUpCombo (cbANI_1). Important: I'm...
Hi, I have an app with Delphi 5 and IBObject 4.5 (an old version). With IB_Pump I have very slow performance on Vista (100 times slower than on XP Pro) When...
... I have experienced this with Vista. There is a system program called searchindexer that runs when files are changing in Vista. It often takes up to 50%...
I have two systems, a laptop running Vista and a desktop running XP. On both systems, I uninstalled Delphi 7, IBO, 1stClass (Woll2Woll), and InfoPower...
... I can't help you much with this except to say that there are a number of peculiarities appearing in Vista and there is little chance that older versions of...
I have a feeling that IBO is dying, no responses, no feedback, no updates since over a year. Wished it was put up in such a way we all could contribute or...
... Hi, thanks for the tips But, as stopping SearchIndexer (service Windows Search) speeds up Vista, I have always the same issue (more than 100 times slower...
H> I have a feeling that IBO is dying, no responses, no feedback, no updates H> since over a year. Wished it was put up in such a way we all could H>...
... I second that. I've waited for a bugfix (which I found, identified & made a test app to demonstrate) for almost two years now. Not to mention how old the...
This is very worrying. Customers are saying they will soon have no choice but to use Vista PCs. I keep telling them we dont support it but time is running...
We have been using IBO 4.8x successfully on Vista for some time, but without any IBO visual components. We use IBO's TDataset components for all VCL purposes,...
Hi Don't know about Jason but we use Vista here (its my Dev PC) and IBO without any problems whatsoever (with DB components). As far as I can see their is no...
... My first reaction to this was: Why are you using a database for these iterations? 8 million records of 10 fields (each taking 10 bytes) would only...
Hi Henry, ... What version of Firebird? (v1 or v2, classic or superserver). Are you connecting to the same FB server for both connections? I know of an issue...
Hi Robert, ... What version of Delphi? (Those confirming specific problems above seem to be talking about programs compiled with older versions, Delphi7 and...
Hi Sorry I never noticed the reference to IB_Pump before. Geoff is correct. This is actually a FB 1.5 (<=) issue that is mostly resolved in FB 2. The issue...
... Still useful - if we know what versions we require to develop reliably under Vista. I am still on Delphi6 and have been very reluctant to change... but...
... Can confirm that it is a multi-cpu (even just hyperthread) issue. However cpu affinity does not fix the problem - it can alter the impact, but does not...
Hi It is a threading issue that shows on multi CPU / dual core and even single core hyperthreaded CPUs. Setting the affinity fixes the problem in so much as...
This is what I ended up doing.. Made a world of difference.. Working well now.. can interate through 10 million records in about 20 seconds now.. ... From:...
... Hi, Yes I use Firebird 1.5.5 in SuperServer Mode and both connections are on the same server. The timing of the pauses are effectively extremely variable,...
... I _definitely_ experience the problem under both XP and 2000 (have not tried Vista). I have _definitely_ experienced the problem regardless of the...
hF> Hi, hF> I have installed a Classic version of Firebird with Affinity set to 2 hF> and have no more loss of performance Affinity is a superserver parameter....
I too am confused abotu the affinity setting.. I set it to 8, as I have a quad core, with XP Pro . I run a routine, and its no faster than my older machine.....
GH> I expected way better speed with this new machine.. Unfortunately, you will get this only with FB 3. Anyway, there are some nice reports of improvements in...
I have TIB_Grid displaying the results of a TIB_Query that contains two Boolean columns (short int's that either contain 0 or 1, Column attributes are set to...